Author Topic: Assembler code  (Read 6585 times)

Offline c.panel

  • Multiple posting newcomer
  • *
  • Posts: 16
    • TopoCad
Assembler code
« 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)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Assembler code
« Reply #1 on: May 17, 2008, 02:29:22 pm »
Debug->Next instruction (Alt-F7)
Be patient!
This bug will be fixed soon...

Offline c.panel

  • Multiple posting newcomer
  • *
  • Posts: 16
    • TopoCad
Re: Assembler code
« Reply #2 on: May 17, 2008, 02:42:48 pm »
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"

Offline c.panel

  • Multiple posting newcomer
  • *
  • Posts: 16
    • TopoCad
Re: Assembler code
« Reply #3 on: May 17, 2008, 02:49:34 pm »
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 ?