Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: c.panel on May 17, 2008, 02:17:04 pm
-
Is it possible to debug step by step in assembler code ?
For instance to see the result of a C instruction and how it is developped, and interpreted by CPU.
(like a hardware debugger)
-
Debug->Next instruction (Alt-F7)
-
Humm... there's something I don't understand...
I can see dissassembling instructions but where is Instruction Pointer ?
Alt+F7 makes me go forwards but one step of source code, not assembler code ?
I've seen there a menu "View->Layout->Debugging" but when I click : nothing and stay on "View->Layout->CodeBlocks default"
-
I tested with cursor in dissasembly window and it seems to make step by step in assembler code so my question is :
How can I see or is it possible to locate IP quickly in assemby window without having to read it in CPU register window ?