Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Debugging issues

(1/3) > >>

tiwag:
in the svn rev 1966 the "Run to cursor" functionality is broken during debugging sessions.
it only works once if you didn't start already a debugging session.

also i get sometimes (often) debugger hangs where only a "Stop debugger" can be done, all other controls like step, step into, ... aren't available anymore when debugging a multi-file project or debugging some library functions (static lib)

[edit] more info ...
it seems to hang reproducible, when i have a dereferenced pointer to a custom structure in my watches list and the debugger stops at a breakpoint, in whose context my pointer to the structure isn't defined.

using gcc 3.4.4 & gdb 6.3-2 , running on WinXP

tiwag:
the disassembly window doesn't show anything anymore  :shock:

i stepped back to rev 1870 where debugging is working reliable

mandrav:
Let me check. This must be my mistake...

tiwag:
attached you can find a small test program which demonstrates a case,
where the debugger hangs if you use any recent C::B version (last tested with rev 1981)

the problem is somehow related to the watches-window,
there is no hang if the watches-window isnt active during debugging.

[edit] more info
set your debugger-plugin to watch
* local variables and
* function arguments


[attachment deleted by admin]

mandrav:
Thanks tiwag :)

Navigation

[0] Message Index

[#] Next page

Go to full version