Page 1 of 1

GDB Registers window?

Posted: Sun Jul 21, 2013 3:06 pm
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

Re: GDB Registers window?

Posted: Sun Jul 21, 2013 7:08 pm
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...

Re: GDB Registers window?

Posted: Sun Jul 21, 2013 7:13 pm
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