mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
28 lines
No EOL
841 B
HTML
28 lines
No EOL
841 B
HTML
<!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> |