Skip to content

Release 0.46.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 02 Nov 02:49
· 58 commits to main since this release
573db5c

0.46.0 - 2022-11-02

Added

  • Add "Step Into Target" feature to allow stepping directly into a specific function call when paused on a line. See #1192. Thanks to Gayan Perera for contribution.

Changed

  • Exclude /node_modules/ from .vscode/launch.json searches. See #1234. Thanks to Brandon Cheng for contribution.

Fixed

  • Conditional Breakpoint got error code in reply:504. See #1250.