User forums > Using Code::Blocks

Getting rid of the disassemby window!

(1/2) > >>

pir:
I am trying to debug some code but when I single-step through, I get the disassembly window. How can I just step through the C statements without needing umpteen mouse clicks to step through the equivalent assembler?

I am sure an earlier nightly build did this fine but the default now seems to be the disassembly window. Can anyone tell me how to select single-stepping through the high-level code?

Peter

evenflcw:
I'm having the same issue. It used to be that one mouse click stepped one line, but all of a sudden the next time I opened codeblock the disassembly window shows and I don't seem to be able to turn it off permanently (keeps getting reactivated). And I'm quite sure I haven't updated since my initial install. So to me it seems codeblocks just felt like bitching. :)

Other than that codeblocks has been a sweet experience.

What would be the proper way to disable the disassembly window permanently!?

Dan

pir:

--- Quote from: evenflcw on September 27, 2007, 12:38:19 am ---... but all of a sudden the next time I opened codeblock the disassembly window shows ...
--- End quote ---

Worrying!

BTW: Dan, Have you tried Insight? I don't which OS/compiler you are using but I am using mingw for which there is a port. Unfortuantley, you have to run it externally to C::B. (It seems you have to run the insight executable from within the Msys shell which isn't written down anywhere!) Running gdb from within CodeBlocks, my program just stopped with a large return code and that was it. But in Insight, I got a whole raft of diagnostics which pinpointed my bug exactly. Presumably it's a matter of what the spawning process does with information generated by gdb?

Still be interested in knowing how to single step C in C::B though...

Peter

Jenna:
Have you tried to close the disassembly window in the debugging-session and then save the current Layout under View -> Layouts ?

pir:

--- Quote from: jens on September 27, 2007, 12:21:49 pm ---Have you tried to close the disassembly window in the debugging-session and then save the current Layout under View -> Layouts ?

--- End quote ---

That doesn't appear to work...

Navigation

[0] Message Index

[#] Next page

Go to full version