[Debugger] stepi, nexti instructions

General questions regarding the usage of CodeLite
Yaakuro
CodeLite Enthusiast
Posts: 32
Joined: Sat Oct 04, 2008 4:06 am
Contact:

[Debugger] stepi, nexti instructions

Post by Yaakuro »

Hi

Not sure if it is supported or I am not able to find the option. Is it possible (CodeLite version 11) to do the stepi and nexti instructionsin the debug mode?

Yaakuro
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Debugger] stepi, nexti instructions

Post by eranif »

Nexti is Ctrl-F10 by default (Debugger->Next instruction)
I don't think we support "stepi"
Make sure you have read the HOW TO POST thread
Yaakuro
CodeLite Enthusiast
Posts: 32
Joined: Sat Oct 04, 2008 4:06 am
Contact:

Re: [Debugger] stepi, nexti instructions

Post by Yaakuro »

I hope you can consider this: https://github.com/eranif/codelite/pull/1815
If there are things wrong or needs to change please feel free to ask.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Debugger] stepi, nexti instructions

Post by eranif »

I will have a look it today

Thanks!
Make sure you have read the HOW TO POST thread
Post Reply