Hi,
I can't find a window that shows the current registers when debugging. Is there an option to enable this somewhere?
Cheers!
My CodeLite version is 5.1 on Windows 7
GDB Registers window?
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Jul 21, 2013 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: GDB Registers window?
I don't see such windows (CL 5.2) neither
But you can add them in the watches window ($eax, $ebp for example).
or ask directly to gdb in the output window (info registers) but the last one is not really user friendly...
But you can add them in the watches window ($eax, $ebp for example).
or ask directly to gdb in the output window (info registers) but the last one is not really user friendly...
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: GDB Registers window?
There are no such windows. in 5.2 we have added disassemble window
The registers view is on my queue of tasks atm
Hopefully it will make it into 5.3
Eran
The registers view is on my queue of tasks atm
Hopefully it will make it into 5.3
Eran
Make sure you have read the HOW TO POST thread