_enable_debug now returns current port if called after debugger is already started
This commit is contained in:
parent
8fd3d6b8c4
commit
a1cef8f7f3
1 changed files with 1 additions and 3 deletions
|
@ -796,10 +796,8 @@ public class ISBPL {
|
|||
catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
stack.push(new ISBPLObject(getType("int"), debugger.port));
|
||||
}
|
||||
else
|
||||
stack.push(new ISBPLObject(getType("int"), 0));
|
||||
stack.push(new ISBPLObject(getType("int"), debugger.port));
|
||||
};
|
||||
break;
|
||||
case "_getvars":
|
||||
|
|
Loading…
Add table
Reference in a new issue