From 23ca152eddde06eb5ca52165dc845cb5e4b3108f Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Thu, 31 Oct 2024 22:58:28 -0700 Subject: [PATCH] Docs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096010c2..b16585e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, @@ -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