Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d648805
[Doc Feature][Debug apps in Teams Desktop Client][3927987]
v-bvishnu Sep 11, 2024
0e56892
Update debug-apps-in-Teams-desktop-client.md
v-bvishnu Sep 11, 2024
dc03fdb
Updated.
v-bvishnu Sep 11, 2024
443a957
Update select-language-tab.png
v-bvishnu Sep 11, 2024
958854b
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Sep 12, 2024
e33ef45
Update debug-apps-in-Teams-desktop-client.md
v-bvishnu Sep 12, 2024
95b2fe8
Update desktop-login-matches.png
v-bvishnu Sep 12, 2024
8bafcad
Update whats-new.md
v-bvishnu Sep 12, 2024
14fe17d
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-shalinir Sep 14, 2024
8e887ee
.
v-deabira Sep 14, 2024
e606847
image fix
v-preethah Sep 14, 2024
dcfee5c
.
v-deabira Sep 14, 2024
0b973a5
.
v-deabira Sep 14, 2024
f7aeb88
.
v-deabira Sep 14, 2024
0e92a84
.
v-deabira Sep 14, 2024
c212c2f
.
v-deabira Sep 14, 2024
39c0b26
.
v-deabira Sep 14, 2024
aadb867
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 21, 2024
25d6b84
Updated.
v-bvishnu Oct 21, 2024
f5a12aa
Update whats-new.md
v-bvishnu Oct 22, 2024
582d13b
Updated.
v-bvishnu Oct 22, 2024
5c1ed8e
Updated.
v-bvishnu Oct 23, 2024
cc7b4af
Update create-project.png
v-bvishnu Oct 24, 2024
ab2957b
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 24, 2024
8b07b5a
Update add-app.png
v-bvishnu Oct 24, 2024
4904533
Updated.
v-bvishnu Oct 24, 2024
0867127
Update whats-new.md
v-bvishnu Oct 24, 2024
abad6fd
Updated.
v-bvishnu Oct 24, 2024
5f08d55
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 27, 2024
410c39c
Updated.
v-bvishnu Oct 27, 2024
a300be1
Updated.
v-bvishnu Oct 28, 2024
8abbc07
Merge branch 'main' into debug-apps-in-Teams-desktop-client
v-bvishnu Oct 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated.
  • Loading branch information
v-bvishnu committed Oct 24, 2024
commit 49045332565e23871be4cc4d5f775ec864b13852
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions msteams-platform/toolkit/debug-apps-in-Teams-desktop-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Microsoft Teams Toolkit helps you to debug and preview your Microsoft Teams app

The following are the advantages of Teams desktop client:

* Improves performance
* Reduces time-to-F5
* Improves coverage of debug targets
* Improves performance.
* Reduces time-to-F5.
* Improves coverage of debug targets.

## Capabilities of Teams desktop client

Teams desktop client incorporates debugging capabilities in the app templates scaffolded by the Teams Toolkit:
Teams desktop client incorporates debugging capabilities in the following app templates scaffolded by the Teams Toolkit:

* Bot
* Copilot plugin
Expand Down Expand Up @@ -101,16 +101,17 @@ Ensure you install the following tools for building and deploying your app in Te

A chat window opens.

1. In the message compose area, send a message to invoke the bot.
1. From the message compose area, send a message to invoke the bot.

:::image type="content" source="../assets/images/teams-toolkit-v2/debug-apps-in-teams-desktop-client/desktop-client.png" alt-text="Screenshot shows the app added to Teams desktop client.":::

> [!NOTE]
>
> The system level notification for account matching appears only once per project. In subsequent debug sessions, Teams Toolkit sends reminders about the account through VS Code notifications.
>
> :::image type="content" source="../assets/images/teams-toolkit-v2/debug-apps-in-teams-desktop-client/subsequent-desktop-login.png" alt-text="Screenshot shows the subsequent desktop login notification in vs code.":::

1. You can add breakpoints and [hot reload](debug-overview.md#hot-reload) your changes.
1. You can add breakpoints and [hot reload](debug-overview.md#hot-reload) your changes. In the following example the breakpoint is highlighted with the red dot next to the row number.

:::image type="content" source="../assets/images/teams-toolkit-v2/debug-apps-in-teams-desktop-client/hot-reload.png" alt-text="Screenshot shows an example of the breakpoints in app.":::

Expand Down
5 changes: 5 additions & 0 deletions msteams-platform/toolkit/debug-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Teams Toolkit supports the following debug features:
* [Hot reload](#hot-reload)
* [Stop debugging](#stop-debugging)
* [Teams App Test Tool](#teams-app-test-tool)
* [Debug apps in Teams desktop client](#debug-apps-in-teams-desktop-client)

Teams Toolkit performs background functions during debug process, which include verifying the prerequisites required for debug. You can see the progress of the verification process in the output channel of Teams Toolkit. In the setup process you can register and configure your Teams app.

Expand Down Expand Up @@ -67,6 +68,10 @@ When you complete local debug, you can select **Stop (Shift+F5)** or **[Alt] Dis

The Teams App Test Tool makes debugging your bot-based apps effortless. You can chat with your bot and see its messages and adaptive cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use the Test Tool. For more information, see [Teams App Test Tool](debug-your-Teams-app-test-tool.md).

### Debug apps in Teams desktop client

Microsoft Teams Toolkit helps you to debug and preview your Microsoft Teams app in desktop client. For more information, see [Debug apps in Teams desktop client](debug-apps-in-Teams-desktop-client.md).

## Prepare for debug

The following steps help you to prepare for debug:
Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Teams platform features that are available to all app developers.

**2024 October**

* ***October 22, 2024***: [Debug apps in Teams Desktop Client](toolkit/debug-apps-in-Teams-desktop-client.md).
* ***October 22, 2024***: [Debug apps in Teams desktop client to improve debugging performance and efficency](toolkit/debug-apps-in-Teams-desktop-client.md).
* ***October 17, 2024***: [Introducing app manifest v1.19](./resources/schema/manifest-schema.md) with copilotAgents, declarativeAgents, and defaultLanguageFile.
* ***October 17, 2024***: [Localize your Copilot agents](/microsoft-365-copilot/extensibility/agents-are-apps#localizing-your-agent).
* ***October 17, 2024***: [Build a personal tab with offline functionality](tabs/how-to/create-personal-tab.md#offline-tabs).
Expand Down