Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Karlaš <david.karlas@xamarin.com>2017-09-29 15:31:11 +0300
committerDavid Karlaš <david.karlas@microsoft.com>2017-11-21 11:12:46 +0300
commitc489efdef8dd599f82a8166bb2e890b78e0ff7b9 (patch)
treea317d767e6f6b64ef5523e7db50a4a1a4d47f9bb /main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj
parentc96a0fd15861e42b4682242214e2f014787de379 (diff)
[Debugger] Add "Debug Source Files" support to enable automatic sources lookup between session
This commit adds new section to Solution options to manage "Debug Source Files", when frame is stopped at(or navigated to) if source file is not found it will try to find source code in subfolders specified in "Debug Source Files". Also added SolutionHadDebugSourceFilesCondition to show options inside Solution options only if solution already has some folders set(idea is to not make Solution options to bloated). "Debug Source Files" are stored in .userprefs. When user finds source file via "No Source Found" dialog, path is automatically added to "Debug Source Files".
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj
index c745068f38..28be121e93 100644
--- a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj
+++ b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj
@@ -208,6 +208,8 @@
<Compile Include="MonoDevelop.Debugger\Styles.cs" />
<Compile Include="MonoDevelop.Debugger\ProcessAttacher.cs" />
<Compile Include="MonoDevelop.Debugger\NoSourceView.cs" />
+ <Compile Include="MonoDevelop.Debugger\DebugSourceFilesOptionsPanel.cs" />
+ <Compile Include="MonoDevelop.Debugger\SolutionHasDebugSourceFilesCondition.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MonoDevelop.Debugger.addin.xml">