Преглед на файлове

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