浏览代码

setup js debugging env

we'll see later if we can make it nicer with careful position bookkeeping
Dan Korostelev 4 年之前
父节点
当前提交
a441369d5a
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      tests/misc/coroutines/.gitignore
  2. 1 0
      tests/misc/coroutines/build.hxml

+ 1 - 0
tests/misc/coroutines/.gitignore

@@ -1 +1,2 @@
 /test.js
+/test.js.map

+ 1 - 0
tests/misc/coroutines/build.hxml

@@ -1,5 +1,6 @@
 --class-path src
 --library utest
 --main Main
+--debug
 --js test.js
 --cmd node test.js