You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to remove the debug breakpoints from my Theia Electron application. I have removed the dependency on @theia/debug and filtered out the following contributions: DebugConsoleContribution and DebugFrontendApplicationContribution inside the registerContributionFilters function of MyFilterContribution. However, I am still seeing the red breakpoints.
What I can do to completely remove the breakpoints?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I want to remove the debug breakpoints from my Theia Electron application. I have removed the dependency on @theia/debug and filtered out the following contributions: DebugConsoleContribution and DebugFrontendApplicationContribution inside the registerContributionFilters function of MyFilterContribution. However, I am still seeing the red breakpoints.
What I can do to completely remove the breakpoints?
Beta Was this translation helpful? Give feedback.
All reactions