瀏覽代碼

Add debug information to bootstrap

Yentl Van Tendeloo 9 年之前
父節點
當前提交
e3143d602e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bootstrap/bootstrap.py

+ 1 - 1
bootstrap/bootstrap.py

@@ -295,7 +295,7 @@ try:
 
                 with open("bootstrap.al", "w") as f:
                     f.write(code)
-                code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", [])
+                code = compile_code("bootstrap.al", "../interface/HUTN/grammars/actionlanguage.g", "BS", ["--debug"])
                 os.remove("bootstrap.al")
                 return code.replace("auto_initial_IP", target)