[Issue 15058] [VisualD] A way to specify Debugging Current Directory from within the .visualdproj
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Sep 14 14:46:45 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15058
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Visual D stored it in the project file at the beginning, but that's usually not
what you want. 
You might still be able to change the default by adding an element
<debugworkingdir> to the project settings, as it is still read from the
project:
https://github.com/D-Programming-Language/visuald/blob/master/visuald/config.d#L1371
It won't survive the next saving of the project, though, but maybe that's ok.
--
    
    
More information about the Digitalmars-d-bugs
mailing list