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
Put a breakpoint in a file that is used in the plugin host, for example workspace.ts
Start theia via "Launch Electron Back End" launch config
Cause the code where you put the breakpoint to be executed
Observe: the debugger does not pause i.e. the breakpoint is not hit.
Note that the breakpoint shows up as "unbound" (empty circle in the margin), meaning the debugger does not think the code corresponding to the breakpoint location is loaded.
Additional Information
Operating System: Windows 11
Theia Version: Blueprint 1.39.0
The text was updated successfully, but these errors were encountered:
I noticed that the breakpoints do seem to be hit, but the UI does not update accordingly: I need to select the plugin-host process in the "threads" view in order to get the proper source and stack shown.
Bug Description:
Steps to Reproduce:
workspace.ts
Note that the breakpoint shows up as "unbound" (empty circle in the margin), meaning the debugger does not think the code corresponding to the breakpoint location is loaded.
Additional Information
The text was updated successfully, but these errors were encountered: