User forums > Using Code::Blocks

Waiting too long for disassembling

(1/3) > >>

LordCB:
Hello friends I use nightly5911;mingw345 and gdb 7.0.2. When I try to debug it is possible that I have to wait about 5 to 8 minutes for disassembling before my breakpoint is active.

Have anybody also this strange behavior???

stahta01:
Have you read this thread? I saw no match; but, I do not use debug very much.
http://forums.codeblocks.org/index.php/topic,11301.45.html

Tim S.

oBFusCATed:
Please enable the debugger's debug log :)
There you can see what commands are executed.
Find the disassembly command and execute it manually, to see if it is fast, if not it is a gdb problem.
Also you could try a newer gcc (not sure if it is related).

Jenna:

--- Quote from: oBFusCATed on November 26, 2009, 09:38:47 am ---Also you could try a newer gcc (not sure if it is related).

--- End quote ---
As far as I know, 7.02 is the newest available gdb on windows.
 :oops: sorry misread your post, but gcc3.4.5 might have problems with gdb 7.0.2, you coud try TDragons's gcc 4.4 to see if the error disappears : http://tdragon.net/recentgcc/, or use an older gdb (6.8.50).

LordCB:
I use also QT453 and as far as I know mingw345 is at the moment standard.

Navigation

[0] Message Index

[#] Next page

Go to full version