From: Jamiil <jal...@gm...> - 2007-06-19 20:20:52
|
You know I tried that, but... OK, here is another issue. I have one hard drive, which is partitioned in two. When I type 'cd: d' the OS does not even change from the subdirectory I am in, why is this? Thanks man! ----- Original Message ----- From: "Reid Thompson" <Rei...@at...> To: "Jamiil" <jal...@gm...> Cc: "Dev-Cpp Mailing List" <dev...@li...> Sent: Tuesday, June 19, 2007 10:04 AM Subject: Re: [Dev-C++] Gtkmm/Dev-Cpp problem > On Tue, 2007-06-19 at 12:56 -0700, Jamiil wrote: >> My program compiles, but it has a runtime error. >> I would like to backtrace the bug, but don't know how. After F8ing I >> don't get any output in Backtrace window. So, I guess it does not does >> it automatically. How can I get the backtrace displayed. >> Thanks! >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ Dev-cpp-users mailing >> list Dev...@li... TO UNSUBSCRIBE: >> http://www23.brinkster.com/noicys/devcpp/ub.htm >> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > open a cmd window, cd to dir containing your exe, > > run > gdb your.exe |