Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Pecan on February 23, 2006, 02:12:41 am

Title: Debugger loading wx.dll
Post by: Pecan on February 23, 2006, 02:12:41 am
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.codeblocks.org/index.php?action=dlattach;topic=2441.0;attach=793)

[attachment deleted by admin]
Title: Re: Debugger loading wx.dll
Post by: tiwag on February 23, 2006, 08:46:49 am
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

Title: Re: Debugger loading wx.dll
Post by: Michael on February 23, 2006, 10:17:03 am
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
Title: Re: Debugger loading wx.dll
Post by: killerbot on February 23, 2006, 10:40:27 am
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.
Title: Re: Debugger loading wx.dll
Post by: Michael on February 23, 2006, 11:24:55 am
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