SOLVED

DevTools shuts down when "Reload tab" selected.

Brass Contributor

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

3 Replies
best response confirmed by George71 (Brass Contributor)
Solution
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.
@George71 Any update on this?
Thanks for the information. I guess this is a flaw in the Teams DevTools debugger and the only workaround is to use a browser debugger.
1 best response

Accepted Solutions
best response confirmed by George71 (Brass Contributor)
Solution
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.

View solution in original post