I'm new to bot development in Microsoft teams, i'm using bot framework for development. I want to know how we can debug the tabs in MS Teams from our local solution. For debugging of my message extension i'm using ngrok, so kindly suggest some way to debug the tabs in similar fashion.
Asked
Active
Viewed 166 times
1 Answers
1
You can use ngrok to debug your Tabs as well. You can specify your ngrok URL as Tab's contentURL and you will get the debug points for server side code.
Please take a look at DevTools for Microsoft Teams tabs for client side debugging.

Wajeed Shaikh
- 3,078
- 1
- 23
- 30