Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Nov 7, 2024
1 parent df3ff8a commit 23ca152
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# 1.11.1

### New
- Updated embedded Python to v3.12.
- Added support for [Step Into Targets](https://code.visualstudio.com/updates/v1_46#_step-into-targets).
When debugging statements such as `foo(bar(), baz())`, this allows stepping directly into `foo`, bypassing `bar` and `baz`.
- Added support for the `restart` request: This enables restarting the debuggee without ending the current session,
Expand All @@ -11,9 +12,12 @@
of the debuggee. To address this, a new **preTerminateCommands** sequence has been added.
Additionally, **initCommands** will not be re-executed, while **preRunCommands** and **postRunCommands** will be.
- Added "cwd" attribute to Cargo configuration.
- Add `--color=always` when running Cargo.

### Fixed
- #1113: Disassembly does not show until call stack is clicked
- #1126: Highlight the current hit breakpoint
- Restored compatibility with liblldb v17

# 1.11.0

Expand Down

0 comments on commit 23ca152

Please sign in to comment.