News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Debugger loading wx.dll

Started by Pecan, February 23, 2006, 02:12:41 AM

Previous topic - Next topic

Pecan

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



[attachment deleted by admin]

tiwag

#1
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


Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

killerbot

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.

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]