简体   繁体   中英

Debugging Tabs in Microsoft teams bot framework

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM