Releases: kokoabim/vscode-stalker-debugger
Releases · kokoabim/vscode-stalker-debugger
0.4.1
0.4.1
- Fixed missing updated README.md in the last release.
0.4.0
- Added support for Microsoft Edge debugging.
- To use, set
attachOptions.actiontodebugWithEdge. - Optionally install Visual Studio Code Debugger for Microsoft Edge extension for additional features.
- To use, set
0.2.0
0.1.3
0.1.1
- Added
launchSettingsProfilelaunch configuration to root. If set, this will overrideprocessOptions.launchSettingsProfileandurllaunch configurations. - Improved handling of
launchSettingsProfileandurllaunch configurations. - Added clearer use cases to README.md to help users understand who this extension applies to and how to use it.
0.1.0
- Moved to beta since the extension is stable.
- Added
attachOptions:urlPathlaunch configuration to open a specific URL path when attaching to process, instead of a default root path. - Added support for
consoleandlogginglaunch configurations. - Added use of
net9.0for launch configuration snippets. - Updated package dependencies.
- Updated miscellaneous development settings.