Skip to content

v0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@daviwil daviwil released this 04 Apr 18:21

Fixes and improvements

  • Added #408 - Enabled debugging of untitled script files

  • Added #405 - Script column number is now reported in the top stack frame when the debugger
    stops to aid in displaying a column indicator in Visual Studio Code

  • Fixed #411 - Commands executed internally now interrupt the integrated console's command
    prompt

  • Fixed #409 - PowerShell session now does not crash when a breakpoint is hit outside of
    debug mode

  • Fixed #614 - Auto variables are now populating correctly in the debugger. NOTE: There is a known issue where all of a script's variables begin to show up in the Auto list after running a script for the first time. This is caused by a change in 0.11.0 where we now dot-source all debugged scripts. We will provide an option for this behavior in the future