You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Release Notes
2
2
3
+
# 1.12.1
4
+
5
+
### New
6
+
- Added `start_debugging()` function to CodeLLDB's [Python API](MANUAL.md#debugger-api). This translates into the [StartDebugging](https://microsoft.github.io/debug-adapter-protocol/specification#Reverse_Requests_StartDebugging) DAP request.
7
+
-[Step Into Targets](https://code.visualstudio.com/updates/v1_46#_step-into-targets) now works on ARM platforms.
8
+
9
+
### Fixed
10
+
-#1357: can't watch contents of pointers
11
+
-#1364: get_source_text panic due to unwrap on unknown/empty opcode
12
+
- Codelldb will now unblock the signal specified in `gracefulShutdown` before delivering it to the debuggee.
0 commit comments