GDB Registers window?

CodeLite installation/troubleshooting forum
Coder1
CodeLite Curious
Posts: 4
Joined: Sun Jul 21, 2013 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

GDB Registers window?

Post by Coder1 »

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
User avatar
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?

Post by Jarod42 »

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...
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: GDB Registers window?

Post by eranif »

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
Make sure you have read the HOW TO POST thread
Post Reply