Not support v8 --print-scopes
ruoru opened this issue · 1 comments
ruoru commented
i am install
jsvu --os=mac64 --engines=v8
it can not run
v8 --print-scopes test.js
Warning: unknown flag --print-scopes.
Try --help for options
# and there is noting
v8 --help | grep scope
mathiasbynens commented
--print-scopes
is only available for V8 debug builds. Try jsvu --os=mac64 --engines=v8-debug
.