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

Changes between Version 17 and Version 18 of Features

Show
Ignore:
Author:
Anonymous (IP: 199.172.169.79)
Timestamp:
12/23/13 18:04:10 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Features

    v17 v18  
    2020 * Filtering exceptions based on settings in Exceptions dialog 
    2121 * Step into main 
     22 * PDB symbol access for mixing D, C, and C++ code 
    2223 
    2324== Planned for first version == 
    3132 
    3233 * Special expressions like registers, last error, and context 
    33  * Other kinds of breakpoint
     34 * Other breakpoint condition
    3435 * Attach and detach 
     36 * Porting to D 
     37 * Debug more than one process 
     38 * Hardware breakpoints 
     39 * Taking address of all functions 
    3540 
    3641== Wish list for future versions == 
    3742 
    38  * Porting to D 
    39  * PDB symbol access for mixing D, C, and C++ code 
    40  * Debug more than one process 
    41  * Hardware breakpoints 
    4243 * Dump files 
    43  * Taking address of all functions 
    44  * Custom auto-expansion of values 
    4544 * Remote debugging 
    4645 * Function evaluation