Wiki

Changes between Version 2 and Version 3 of DebuggingSansVisualStudio

Show
Ignore:
Timestamp:
05/11/10 17:03:22 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingSansVisualStudio

    v2 v3  
    1515== Sample debugging session using Mdbg == 
    1616 
    17 For this example, we're gonna' use '''Mdbg.exe'''. To start debugging, make sure your Cobra sources are compiled with the '''-d''' switch: 
     17For this example, we're going to use '''Mdbg.exe''' which comes with [http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en the Windows SDK]. To start debugging, make sure your Cobra sources are compiled with the '''-d''' switch: 
    1818 
    1919{{{ 
     
    7676If at any time you want to quit debugging, just write '''exit'''.  
    7777 
    78 Even though this example only covers the basics, I hope it's enough to get you started. 
     78This example only covers the basics. For more information, [http://www.google.com/search?hl=en&q=mdbg.exe search the web]. 
    7979 
    8080See also: DebuggingTopics