Просмотр исходного кода

setup js debugging env

we'll see later if we can make it nicer with careful position bookkeeping
Dan Korostelev 4 лет назад
Родитель
Сommit
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