mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
7e6be4ee59
commit
64fee1d4ab
2 changed files with 2 additions and 11 deletions
|
|
@ -40,7 +40,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Users", "Users", "{A4478219
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kudzu", "Kudzu", "{9D82B35C-7133-4ADE-AA5C-0FFB2BFA8BA6}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kudzu", "Kudzu", "{9D82B35C-7133-4ADE-AA5C-0FFB2BFA8BA6}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
..\source2\Users\Kudzu\Notes.html = ..\source2\Users\Kudzu\Notes.html
|
..\source2\Users\Kudzu\Kudzu-Notes.html = ..\source2\Users\Kudzu\Kudzu-Notes.html
|
||||||
..\source2\Users\Kudzu\Old-IDANotes.html = ..\source2\Users\Kudzu\Old-IDANotes.html
|
..\source2\Users\Kudzu\Old-IDANotes.html = ..\source2\Users\Kudzu\Old-IDANotes.html
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
|
|
||||||
|
|
@ -4,19 +4,10 @@
|
||||||
Kudzu
|
Kudzu
|
||||||
To Do</h3>
|
To Do</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Ping DebugStub</li>
|
|
||||||
<li>Output Window - Cosmos debugger, show important changes, lauch vmware,
|
|
||||||
estabslish debug connection etc<ul>
|
|
||||||
<li><a href="http://msdn.microsoft.com/en-us/library/bb166236.aspx">
|
|
||||||
http://msdn.microsoft.com/en-us/library/bb166236.aspx</a></li>
|
|
||||||
<li>var xDTE = (DTE2)Shell.Package.GetGlobalService(typeof(EnvDTE.DTE));<br />
|
|
||||||
var xPane = xDTE.ToolWindows.OutputWindow.OutputWindowPanes;<br />
|
|
||||||
xPane.Add("Cosmos"); </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>in the guess kernel, it will stop if the breakpoint is before the ReadLine()
|
<li>in the guess kernel, it will stop if the breakpoint is before the ReadLine()
|
||||||
call, it won't if it's after that.
|
call, it won't if it's after that.
|
||||||
<Orvid> the VM will send the data, but VS won't respond.</li>
|
<Orvid> the VM will send the data, but VS won't respond.</li>
|
||||||
|
<li>Ping DebugStub</li>
|
||||||
<li>blocksize in ATA should be 512 but isnt</li>
|
<li>blocksize in ATA should be 512 but isnt</li>
|
||||||
<li>watches that can see fields/members</li>
|
<li>watches that can see fields/members</li>
|
||||||
<li>ATA / FAT</li>
|
<li>ATA / FAT</li>
|
||||||
Loading…
Reference in a new issue