Forum Discussion

George71's avatar
George71
Brass Contributor
Mar 04, 2021
Solved

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.
  • 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's avatar
      George71
      Brass Contributor
      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.

Resources