Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of debug

Show
Ignore:
Author:
Kuan Hsu (IP: 114.37.23.130)
Timestamp:
07/10/11 13:17:59 (13 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • debug

    v1 v2  
    1  
    21== Debug == 
    32 
    43Before using debug in poseidon, we need the newest ddbg(http://www.dsource.org/projects/ddbg_continued), please download it and set it's path in poseidon Tools menu.('''Tools''' ->''' Options...''' -> '''Compiler & Debugger''') 
     4{{{ 
     5#!html 
     6<img src="http://svn.dsource.org/projects/poseidon/tags/debug/debug_00.jpg"/><br/><br/> 
     7}}} 
    58 
    69Now we open a project and Debug it, we can click menu(Debug -> Bulud and Debug) to build the project with -g compiler option automatically, otherwise we can select the project option set the '''"Add CodeView 4 symbolic debug info with D extensions [-g]"''' was checked, then click '''"Run debugger"'''