mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 13:21:05 +00:00
42 lines
No EOL
1.3 KiB
HTML
42 lines
No EOL
1.3 KiB
HTML
<html>
|
|
<body>
|
|
<h3>
|
|
To Do</h3>
|
|
<ul>
|
|
<li>Set and remove breakpoints while running</li>
|
|
<li>Ready command - wait for all init, then send a final before going. ack/nack each
|
|
so we dont overflow</li>
|
|
<li>Find out why its sending the bp 3 x... 2x before vmware even starts</li>
|
|
<li>We're getting closer. I synced up and set a breakpoint on line 30. Then I ran.
|
|
It actually broke on line 32. It actually was 32, not just in the IDE but based
|
|
on looking at the output in VMWare. Then I press F10 and it goes to line 54 (end
|
|
of source + 1). Then 33. Then 54. Then 34. Then 54.......</li>
|
|
<li>Multiple breakpoints</li>
|
|
<li>Launch GDB client</li>
|
|
<li>stepping</li>
|
|
</ul>
|
|
<h3>
|
|
Matthijs</h3>
|
|
<ul>
|
|
<li>Ask on forums: How to debug the vsdebug pkg?</li>
|
|
<li>Icon for .cosmos, and associate with Visual Studio</li>
|
|
<li>step basics</li>
|
|
</ul>
|
|
<p>
|
|
Post MS5</p>
|
|
<ul>
|
|
<li>Build: ISOs etc get rebuilt even when Im running a non Cosmos project (such as
|
|
GDB)</li>
|
|
<li>express</li>
|
|
<li>X# upgrades</li>
|
|
<li>TCP</li>
|
|
<li>Filesystem</li>
|
|
<li>Text console upgrades</li>
|
|
</ul>
|
|
<h3>
|
|
Notes</h3>
|
|
<p>
|
|
;AD7Engine - mCallback.OnOutputString("");
|
|
|
|
</body>
|
|
</html> |