[Issue 15058] New: [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 13:29:45 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15058
Issue ID: 15058
Summary: [VisualD] A way to specify Debugging Current Directory
from within the .visualdproj
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: visuald
Assignee: nobody at puremagic.com
Reporter: aliloko at gmail.com
In DUB we'd like to hide the multiple .visualdproj in a hidden .dub directory,
it helps with clutter in projects with many packages (only the .sln stays
visible which is handy).
https://github.com/D-Programming-Language/dub/pull/680
But the option "Debugging/Working Directory" is stored in the generated .suo
file, and the default is "." where this change woudl require "..".
Is there, or should there be, an option within the .visualdproj to store that
current working directory?
--
More information about the Digitalmars-d-bugs
mailing list