On Fri, Jul 1, 2016 at 9:18 AM, Neil Moore <[email protected]> wrote: > On Thursday, 30 June 2016 20:34:32 UTC+1, Ben Noordhuis wrote: >> >> It's the thing that is not maintained but it still works well enough >> in V8 5.0 and 5.1 that node.js can use it. Try passing >> --trace_debug_json to V8. > > > Thanks for that. Sorry to be a pest, I turn that on but I don't see any > standard output or output files in any obvious location (i.e. in > ~/Library/Logs on my Mac or next to the binary). What would the trace output > look like and does it go to standard output?
You should see gobs of JSON get printed to stdout. Maybe try programmatically feeding JSON into v8::Debug::SendCommand() and see if anything gets printed. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
