Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Debug doesn't work in tutorial
I am learning DM from the online tutorial at http://www.digitalmars.com/ugr/chapter10.html and have reached "Running in Debug Mode". (I purchased the IDDE.) However, when I hit 'Start/Restart Debugging' I get a message on the output window that says, "Warning: This debugger can only debug Win32 applications." and though the DigitalMars header says "(Debug)", I'm clearly not in a normal debug mode, i.e., there are no icon indicators in the project window. The tutorial program, tmldos.exe runs ok. Do I need to install something else? Is the tutorial project not a Win32 app? If not, is there a tutorial that is? I'm on a WinXP Pro machine and am running DM under a user account, if that helps. -- - kremlap (email replies can prefix the above to the comcast.net domain) Aug 20 2003
"kremlap" <nospam spamless.com> wrote in message news:bi0dk3$2t56$1 digitaldaemon.com...I am learning DM from the online tutorial at http://www.digitalmars.com/ugr/chapter10.html and have reached "Running in Debug Mode". (I purchased the IDDE.) However, when I hit 'Start/Restart Debugging' I get a message on the output window that says, "Warning: This debugger can only debug Win32 applications." and though the DigitalMars header says "(Debug)", I'm clearly not in a normal debug mode, i.e., there are no icon indicators in the project window. The tutorial program, tmldos.exe runs ok. Do I need to install something else? Is the tutorial project not a Win32 app? If not, is there a tutorial that is? I'm on a WinXP Pro machine and am running DM under a user account, if that helps. Aug 21 2003
|