Bugzilla – Bug 312099
can't debug gtk# apps -- prolly due to ignored mappings
Last modified: 2007-09-15 21:24:34 UTC
---- Reported by kris@gtk.org 2003-03-11 16:58:50 MST ---- I can run my gtk# app fine from the command line (on Linux), however, when I run it from the debugger I get messages like this: ** (mocil.exe:8446): WARNING **: Failed to load library libgtk-win32-2.0-0.dll (libgtk-win32-2.0-0.dll): libgtk-win32-2.0-0.dll: cannot open shared object file: No such file or directory The mappings are set correctly, else my app wouldn't even have run from the command line. So I guess the debugger is ignoring the mappings or something (I am pretty clueless on this stuff). ---- Additional Comments From martin@ximian.com 2003-03-11 18:20:50 MST ---- Known bug and easy to fix, I was just too lazy to do it yet. The debugger isn't setting environment variables such as $DISPLAY and $LD_LIBRARY_PATH. ---- Additional Comments From martin@ximian.com 2003-03-23 13:22:21 MST ---- Fixed in CVS. Unknown operating system unknown. Setting to default OS "Other".