Browse Source

setup js debugging env

we'll see later if we can make it nicer with careful position bookkeeping
Dan Korostelev 4 years ago
parent
commit
a441369d5a
2 changed files with 2 additions and 0 deletions
  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