Changes between Version 2 and Version 3 of DebuggingSansVisualStudio
- Timestamp:
- 05/11/10 17:03:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingSansVisualStudio
v2 v3 15 15 == Sample debugging session using Mdbg == 16 16 17 For this example, we're go nna' use '''Mdbg.exe'''. To start debugging, make sure your Cobra sources are compiled with the '''-d''' switch:17 For 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: 18 18 19 19 {{{ … … 76 76 If at any time you want to quit debugging, just write '''exit'''. 77 77 78 Even though this example only covers the basics, I hope it's enough to get you started.78 This example only covers the basics. For more information, [http://www.google.com/search?hl=en&q=mdbg.exe search the web]. 79 79 80 80 See also: DebuggingTopics