mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-06 16:22:40 +00:00
This commit is contained in:
parent
6b0518bbb4
commit
2fd6004d1e
1 changed files with 1 additions and 4 deletions
|
|
@ -48,9 +48,6 @@ namespace Cosmos.Debug.Common.CDebugger {
|
||||||
|
|
||||||
protected override void PacketTracePoint(byte[] aPacket) {
|
protected override void PacketTracePoint(byte[] aPacket) {
|
||||||
System.Windows.Forms.MessageBox.Show("Tracepoint: " + GetUInt32(aPacket, 0).ToString("X8"));
|
System.Windows.Forms.MessageBox.Show("Tracepoint: " + GetUInt32(aPacket, 0).ToString("X8"));
|
||||||
if (CmdTrace == null) {
|
|
||||||
System.Windows.Forms.MessageBox.Show("Null");
|
|
||||||
}
|
|
||||||
System.Windows.Forms.MessageBox.Show(mCurrentMsgType.ToString());
|
System.Windows.Forms.MessageBox.Show(mCurrentMsgType.ToString());
|
||||||
try {
|
try {
|
||||||
CmdTrace(mCurrentMsgType, GetUInt32(aPacket, 0));
|
CmdTrace(mCurrentMsgType, GetUInt32(aPacket, 0));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue