fix _enable_debug
This commit is contained in:
parent
645d1bd918
commit
91b05d9f3d
1 changed files with 1 additions and 1 deletions
|
@ -1033,6 +1033,7 @@ public class ISBPL {
|
|||
debug = !System.getenv().getOrDefault("DEBUG", "").equals("");
|
||||
if(debug) {
|
||||
new ISBPLDebugger(isbpl).start();
|
||||
isbpl.debuggerIPC.run = 0;
|
||||
}
|
||||
try {
|
||||
File std = new File(System.getenv().getOrDefault("ISBPL_PATH", "/usr/lib/isbpl") + "/std.isbpl");
|
||||
|
@ -1274,7 +1275,6 @@ class ISBPLDebugger extends Thread {
|
|||
|
||||
public ISBPLDebugger(ISBPL isbpl) {
|
||||
this.isbpl = isbpl;
|
||||
isbpl.debuggerIPC.run = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue