Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Debugger loading wx.dll

(1/1)

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:
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

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

Navigation

[0] Message Index

Go to full version