mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
| .. | ||
| AD7.Definitions | ||
| AD7.Impl | ||
| Engine.Impl | ||
| Properties | ||
| Utilities | ||
| Cosmos.Debug.VSDebugEngine.csproj | ||
| Cosmos.Debug.VSDebugEngine.csproj.vspscc | ||
| Cosmos.snk | ||
| DebugWindows.cs | ||
| PathUtilities.cs | ||
| ReadMe.html | ||
| ResourceStrings.Designer.cs | ||
| ResourceStrings.resx | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<h3>
Notes</h3>
<ul>
<li>AD7.Impl/AD7Process.cs does the lanching of the DebugHost, which then launches
VMWare etc</li>
<li>BreakpointManager.cs contains notes on breakpoints</li>
</ul>
<h3>
Debugging via Hive</h3>
<p>
Program: C:\Program Files (x86)\Microsoft Visual Studio
10.0\Common7\IDE\devenv.exe</p>
<p>
Parameters: /RootSuffix Exp "<a
href="file:///M:/source/Cosmos/source/Cosmos.sln">M:\source\Cosmos\source\Cosmos.sln</a>"</p>
<p>
Can also debug non hive, but some exceptions are not masked.</p>
</body>
</html>