disassembly and registers

General questions regarding the usage of CodeLite
dzivi
CodeLite Curious
Posts: 1
Joined: Mon Sep 13, 2010 7:51 pm
Genuine User: Yes
IDE Question: c++
Contact:

disassembly and registers

Post by dzivi »

Hi,
I'd like to see low level information on my debugged program, do you know if there is a disassembly window and register window ?
I can use gdb command "disassemble" but I don't have the cursor of the current program counter.
Thanks
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: disassembly and registers

Post by eranif »

Currently there is no registers/disassemble window. I will be happy to implement one - but since I never used it, some guidance is required

To boost the process, I recommend that you join IRC channel #codelite at irc.freenode.net
Eran
Make sure you have read the HOW TO POST thread
Post Reply