kudzu_cp
|
7e10628c67
|
|
2012-06-15 14:09:57 +00:00 |
|
kudzu_cp
|
d40e3560ae
|
Build fixes
|
2012-06-15 13:58:47 +00:00 |
|
kudzu_cp
|
457c770918
|
|
2012-06-05 15:22:54 +00:00 |
|
kudzu_cp
|
a721ebd233
|
|
2012-06-05 15:04:01 +00:00 |
|
kudzu_cp
|
624ade312e
|
|
2012-06-04 17:34:19 +00:00 |
|
kudzu_cp
|
17dbb4b2e5
|
|
2012-03-26 00:53:33 +00:00 |
|
kudzu_cp
|
d6a829c5c6
|
|
2012-03-26 00:07:44 +00:00 |
|
kudzu_cp
|
c012e30524
|
|
2012-03-25 23:37:12 +00:00 |
|
kudzu_cp
|
159c436aca
|
|
2012-03-25 23:27:08 +00:00 |
|
kudzu_cp
|
22a9fb8cef
|
|
2012-03-25 23:14:52 +00:00 |
|
kudzu_cp
|
15a35f091d
|
|
2012-03-25 23:06:53 +00:00 |
|
kudzu_cp
|
4657811098
|
|
2012-03-25 22:17:47 +00:00 |
|
kudzu_cp
|
31574615bf
|
Assembly window.
|
2012-03-25 19:25:22 +00:00 |
|
HKS_cp
|
cd4636dd69
|
Fixed grammar in an exception
|
2012-02-17 00:50:04 +00:00 |
|
sschocke_cp
|
24c27d23ef
|
Added network support. ARP and ICMP echo(ping) is working. Couple of major changes here, so please re-run install.bat
|
2012-02-05 20:24:53 +00:00 |
|
kudzu_cp
|
05e123117c
|
Fix for local watch window.
|
2012-01-22 15:13:15 +00:00 |
|
kudzu_cp
|
a07cc56f32
|
Asm window was not displaying all asm when exception handlers were involved. This is now fixed.
|
2012-01-22 01:37:10 +00:00 |
|
kudzu_cp
|
2c896b6c68
|
SendAssembly work
|
2012-01-21 20:05:15 +00:00 |
|
kudzu_cp
|
732ec7eb6b
|
Fix for DebugStub ping/pong.
|
2012-01-17 03:30:33 +00:00 |
|
kudzu_cp
|
821a055020
|
|
2012-01-15 23:12:24 +00:00 |
|
kudzu_cp
|
d5a1bb2f45
|
Second breakpoint bug fixed.
|
2012-01-15 22:06:09 +00:00 |
|
kudzu_cp
|
6f7e16fb55
|
|
2012-01-15 21:37:13 +00:00 |
|
kudzu_cp
|
e5d56db899
|
|
2012-01-15 20:41:33 +00:00 |
|
kudzu_cp
|
8dc36c13e7
|
Cleanup and fixes to debugger engine for breakpoints. All breakpoints should be set properly now before booting.
Still some other issues to solve with VS hanging now on some breakpoints.
|
2012-01-15 19:35:49 +00:00 |
|
kudzu_cp
|
dd777a97b0
|
|
2012-01-15 17:48:22 +00:00 |
|
kudzu_cp
|
26aac6e863
|
|
2012-01-15 17:05:55 +00:00 |
|
kudzu_cp
|
d05253aea5
|
|
2012-01-15 16:54:06 +00:00 |
|
kudzu_cp
|
123309bbdf
|
|
2012-01-15 16:06:19 +00:00 |
|
kudzu_cp
|
c148e35fa8
|
|
2012-01-14 23:02:33 +00:00 |
|
blah38621_cp
|
61299be317
|
Fields now show up in the debugger.
|
2012-01-14 20:20:24 +00:00 |
|
kudzu_cp
|
1f2a1792d9
|
|
2012-01-14 18:57:47 +00:00 |
|
kudzu_cp
|
032809c7f1
|
|
2012-01-14 18:38:34 +00:00 |
|
kudzu_cp
|
e4862d3c7b
|
|
2012-01-13 13:07:54 +00:00 |
|
kudzu_cp
|
c8830d9c92
|
|
2012-01-13 11:29:55 +00:00 |
|
kudzu_cp
|
617ec171cd
|
|
2012-01-13 11:27:52 +00:00 |
|
blah38621_cp
|
237cf2e693
|
Arrays now show their elements as children, and, in order to facilitate that, children are now enumerated through as well. Also, the methods to display the values of the properties are now much more compact, and much easier to maintain.
|
2012-01-11 21:51:23 +00:00 |
|
kudzu_cp
|
13c58b3c66
|
|
2012-01-09 04:15:51 +00:00 |
|
kudzu_cp
|
7e6be4ee59
|
|
2012-01-09 00:33:04 +00:00 |
|
kudzu_cp
|
28ab7aa453
|
|
2012-01-09 00:14:03 +00:00 |
|
kudzu_cp
|
73f5e2fd74
|
Cosmos output pane updates
Text data for windows now uses UTF8 on pipe instead of ASCII.
|
2012-01-08 23:37:39 +00:00 |
|
kudzu_cp
|
01871e59cf
|
Better VMWare cleanup, moved ping button.
|
2012-01-08 20:48:11 +00:00 |
|
kudzu_cp
|
a981f8cf35
|
VSIP Ping
|
2012-01-08 18:23:41 +00:00 |
|
blah38621_cp
|
7258cbf63c
|
Added expression support, meaning you can now hover over a local variable, or parameter, and get it's value.
|
2012-01-06 00:09:41 +00:00 |
|
blah38621_cp
|
9e984dedc8
|
Fixed the debugging of char[]'s, and int[]'s, as well as added quite a few others. The current list of supported types in a watch is as follows:
string, byte, byte[], char, char[], short, short[], ushort, ushort[], int, int[], uint, uint[], long, long[], ulong, ulong[], float, float[], double, double[], bool, and bool[].
|
2012-01-05 00:09:55 +00:00 |
|
blah38621_cp
|
7b6708e9a1
|
The document context is now registered as C# rather than C++. (it was registered as C# elsewhere)
|
2012-01-04 20:45:28 +00:00 |
|
kudzu_cp
|
7e1190354c
|
|
2012-01-03 23:26:23 +00:00 |
|
kudzu_cp
|
23505c87c0
|
Fixed issue where debugging services did not function after first run unless VS was restarted.
|
2012-01-03 22:04:13 +00:00 |
|
kudzu_cp
|
3165d45560
|
|
2012-01-03 04:06:34 +00:00 |
|
kudzu_cp
|
8034dd5ad6
|
Documentation
|
2012-01-03 00:46:44 +00:00 |
|
mterwoord_cp
|
d2d833727f
|
|
2011-10-03 16:16:25 +00:00 |
|