Forum Discussion
George71
Mar 04, 2021Brass Contributor
DevTools shuts down when "Reload tab" selected.
Hi,
I'm trying to use the Teams DevTools to debug some code in a Teams tab, which is executed when the tab is first rendered. However, when I select the "Reload tab" button to trigger the code to be executed, the Devtool tools shuts down. As a result, my breakpoint is never hit. Is there any way to debug code, which is executed when the tab is first rendered?
Thanks,
George
- Hi George71, I am able to repro the issue.
Alternative way is that, you can debug in browser by inspecting the page, you can also use debug pointers in the browser.
- Mamatha-MSFT
Microsoft
Hi George71, I am able to repro the issue.
Alternative way is that, you can debug in browser by inspecting the page, you can also use debug pointers in the browser.- George71Brass ContributorThanks for the information. I guess this is a flaw in the Teams DevTools debugger and the only workaround is to use a browser debugger.
- Mamatha-MSFT
Microsoft
George71 Any update on this?