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
We have refactored EH debugging to address issues like #55955. Open the hello-world extension (yo generator) in VS Code and verify:
You can debug the extension by running it and hitting a breakpoint,
Reloading the debuggee vscode window properly reconnects the debug session,
You can restart the debuggee from the first window via debug toolbar - results in the reload of the second window. Verify breakpoints after this still get hit,
Closing the debuggee vscode windows stops the debug session (toolbar is hidden),
You can stop the debug session by clicking the red square in toolbar from the first window which will result in the second window closing,
replace the body of the "extension.sayHello" command with code that invokes a command that has a EH reload as a side effect, e.g. this:
Complexity: 3
Refs: #55955, #48377
We have refactored EH debugging to address issues like #55955. Open the hello-world extension (yo generator) in VS Code and verify:
After reloading/restarting the EH please make sure that the debugger connects properly to the new EH process by either
The text was updated successfully, but these errors were encountered: