Skip to content

Commit 23ca152

Browse files
committed
Docs
1 parent df3ff8a commit 23ca152

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# 1.11.1
44

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

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

1822
# 1.11.0
1923

0 commit comments

Comments
 (0)