Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Programmatically enable "instruction stepping mode"
Programmatically enable "instruction stepping mode" [message #1776410] Thu, 16 November 2017 09:24
Richmond Umagat is currently offline Richmond UmagatFriend
Messages: 18
Registered: July 2017
Junior Member
Hi,

I would like to programmatically enable/activate "instruction stepping mode" in debug mode. (In debug mode, there is a button for "instruction stepping mode" in the Debug view.)

I tried setting the following but it doesn't work.
ICDebugConstants.PREF_INSTRUCTION_STEP_MODE_ON
ICDebugConstants.PREF_STEP_MODE
ITargetProperties.PREF_INSTRUCTION_STEPPING_MODE

I also tried calling ISteppingModeTarget.enableInstructionStepping(true) but oDsfServicesTracker.getService(ISteppingModeTarget.class) is returning null.

Any help will be appreciated.
Thank you.
Previous Topic:Launching Cleanflight has encountered a problem
Next Topic:Project Explorer displays full path. How to turn off?
Goto Forum:
  


Current Time: Tue Apr 16 12:55:57 GMT 2024

Powered by FUDForum. Page generated in 0.34764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top