When I step into a return that returns to the wx lib, it
loads the lib into a editor page. It doesn't seem to cause
any problems, but it's a bit wierd...
win XP sp2; SVN 2051
(http://forums.next.codeblocks.org/index.php?action=dlattach;topic=2441.0;attach=793)
[attachment deleted by admin]
i had this issues too
it would be convenient to have an editable list of " files not to be opened in an editor " during debugging,
which could have entries in the form of Folder- and Filenames,
for example:
D:\MinGW\*. ;excludes all Files from D:\MinGW\ and subdirectories
${SystemRoot}\* ;exlude all files from Windows folder and subdirs
*.dll ;excludes all dll files regardless from where they are
Hello,
When I use gdb I have the same problem. When debugging, the debugger begin to goes inside C++ header files, then dll (e.g., C::B, wxWidgets, windows dll) and does not want to return to my file(s). It is quite impossible to debug :(.
Best wishes,
Michael
just to continue (notstepping), and it will continue, ut then you need a breakpoint on the spot where you want to stop. Would be nice if step out would resolve this though.
I will give it a try. Thank you for the suggestion :). Yes, I thought that step out could solve the problems, but after some tests it did not.
Best wishes,
Michael