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
In this milestone we've refactored the VS Code debugger so that DAs can now alternatively launched from the EH in order to reduce the load of the renderer.
Because this refactoring has touched lots of code, we need to verify that the VS Code debugger and debug extensions continue to work as before.
Please note: running DAs in the EH will not be enabled in this milestone and testing the feature is not part of this test item. Make sure that you have turned off the corresponding setting.
Verify that existing debugger functionality was not broken by the refactoring, in particular:
variable resolution in launch configs (workspaceFolder etc, env:xxx, config:xxx, command:xxx),
platform specific sections in launch config (osx, windows, linux),
weinand
changed the title
Test: Running debug adapters in extension host
Test: Refactor debugger to support launching DAs from EH
Apr 23, 2018
weinand
changed the title
Test: Refactor debugger to support launching DAs from EH
Test: debugger refactoring to support launching DAs from EH
Apr 23, 2018
Test for #45129:
Complexity: 4
Authors: @weinand
In this milestone we've refactored the VS Code debugger so that DAs can now alternatively launched from the EH in order to reduce the load of the renderer.
Because this refactoring has touched lots of code, we need to verify that the VS Code debugger and debug extensions continue to work as before.
Please note: running DAs in the EH will not be enabled in this milestone and testing the feature is not part of this test item. Make sure that you have turned off the corresponding setting.
Verify that existing debugger functionality was not broken by the refactoring, in particular:
In addition:
The text was updated successfully, but these errors were encountered: