1. added stepping debug support

2. added debugger error handling
This commit is contained in:
Shu Lei
2007-10-24 20:21:16 +00:00
parent b86e06ab1c
commit e97b842b45
11 changed files with 245 additions and 119 deletions

View File

@@ -60,7 +60,7 @@ public class DebugStackStateTest extends TestCase {
// step for 5 steps
for ( int i=0; i<5; i++ ) {
state.step();
state.stepOver();
Thread.sleep(500);
System.out.println("--- callgraph="+state.getCallgraph() );
System.out.println("--- stack="+state.getStack(0) );