Skip to content

Releases: kokoabim/vscode-stalker-debugger

0.4.1

14 Mar 01:12

Choose a tag to compare

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.action to debugWithEdge.
    • Optionally install Visual Studio Code Debugger for Microsoft Edge extension for additional features.

0.2.0

13 Feb 23:05

Choose a tag to compare

  • Added changes to ensure support on Linux and Windows. (Tested on Ubuntu 24.04 and Windows 11.)

0.1.3

12 Feb 00:42

Choose a tag to compare

  • Improved Webpack Watch pre-build task.

0.1.1

07 Feb 01:06

Choose a tag to compare

  • Added launchSettingsProfile launch configuration to root. If set, this will override processOptions.launchSettingsProfile and url launch configurations.
  • Improved handling of launchSettingsProfile and url launch 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

06 Feb 04:10

Choose a tag to compare

  • Moved to beta since the extension is stable.
  • Added attachOptions:urlPath launch configuration to open a specific URL path when attaching to process, instead of a default root path.
  • Added support for console and logging launch configurations.
  • Added use of net9.0 for launch configuration snippets.
  • Updated package dependencies.
  • Updated miscellaneous development settings.

0.0.3

09 Sep 23:37

Choose a tag to compare

  • Fixed configuration snippets.
  • Added configuration snippet that includes debugging with Google Chrome.

0.0.1

24 Jul 02:33

Choose a tag to compare

  • First public release. Probably buggy. No pun intended.