Author Topic: Debugger loading wx.dll  (Read 5373 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Debugger loading wx.dll
« 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



[attachment deleted by admin]
« Last Edit: February 23, 2006, 02:14:45 am by Pecan »

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Debugger loading wx.dll
« Reply #1 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

« Last Edit: February 23, 2006, 08:53:00 am by tiwag »

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Debugger loading wx.dll
« Reply #2 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: Debugger loading wx.dll
« Reply #3 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.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Debugger loading wx.dll
« Reply #4 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