[Qgis-developer] Dependency walker

Tim Sutton tim at linfiniti.com
Tue Aug 29 13:32:33 EDT 2006


Hi

Since you seem to be looking at mingw debugging tools, another nice
tool is Dr MinGW (windows only). It replaces the standard windows
crash handler with one that will produce a backtrace for your app.

  http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/drmingw/index.html

The actual Dr.Mingw installer is available at:

http://ufpr.dl.sourceforge.net/sourceforge/mingw/mingw-utils-0.2.tar.gz

Extract the above tarball into your c:\MinGW directory and then from a
dos command prompt do:

cd c:\mingw\bin
drmingw -i

The next time you program crashes chose the debug option on the crash
handler and then a stacktrace will be displayed for you.

Tim

On 8/27/06, Radim Blazek <radim.blazek at gmail.com> wrote:
> An interesting free tool for plugin debug on Windows:
> http://www.dependencywalker.com/
>
> Radim
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.qgis.org
> http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-developer
>


-- 
Tim Sutton

Visit http://qgis.org for a great Open Source GIS
Skype: timlinux
MSN: tim_bdworld at msn.com
Yahoo: tim_bdworld at yahoo.com
Jabber: timlinux
Irc: timlinux on #qgis at freenode.net



More information about the Qgis-developer mailing list