Skip to content

Commit a32a8c6

Browse files
authored
Add N&N entry for Instruction Stepping Mode Button visibility (#1357)
This is a follow-up to #1221
1 parent 7789de6 commit a32a8c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NewAndNoteworthy/CDT-12.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The _LLVM with Clang_ toolchain description for CDT managed build now supports c
2020

2121
The _Memory_ view is now populated correctly when debugging using LLDB. The _LLDB-MI Debug Process Launcher_ is selected by default when creating local _C/C++ Application_ debug configurations for macOS on Apple silicon (AArch64). A new Homebrew _tap_ allows for easy installation of the `lldb-mi` tool on macOS. Refer to the [Before you begin](https://github.com/eclipse-cdt/cdt/blob/main/doc/org.eclipse.cdt.doc.user/src/concepts/cdt_c_before_you_begin.adoc#macos) help page for updated tool installation instructions and to the [CDT FAQ](https://github.com/eclipse-cdt/cdt/blob/main/FAQ/README.md#how-do-i-install-the-lldb-debugger-integration) for LLDB integration setup details.
2222

23+
## Instruction Stepping Mode Button
24+
25+
The instruction stpping mode button is now hidden by default from the Main toolbar and the Run menu.
26+
The button's visiblity is controlled with Eclipse Activities (id `org.eclipse.cdt.debug.ui.activity.toggleInstructionStepMode`) and should automatically display when an active C/C++ debug session is activate.
27+
For ISVs that would like to make the button visible at all times they should enable the associated activity.
28+
2329
# API Changes, current and planned
2430

2531
## Migrate Terminal bundles to Eclipse Platform

0 commit comments

Comments
 (0)