dop251 / goja

ECMAScript/JavaScript engine in pure Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when to support debugger ,is it include in routemap?

yundiz opened this issue · comments

goja is great! but our source code grow up more and more , and find some data is wrong always wasted much time . and we try fork debugger version ,it can't work!
do u have some other solution for this?

Debugger is not currently on the roadmap. I suggest mocking dependencies and debug your code using some Javascript environment where debugging is supported.