Pārlūkot izejas kodu

setup js debugging env

we'll see later if we can make it nicer with careful position bookkeeping
Dan Korostelev 4 gadi atpakaļ
vecāks
revīzija
a441369d5a

+ 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