DenoDDeno
Powered by
tmcwT
Denoβ€’3y agoβ€’
3 replies
tmcw

Deno with the --inspect-wait arg doesn't expose /json/protocol - should it?

I'm testing out connecting to a Deno process via the v8 inspector protocol: https://deno.land/manual@v1.36.2/basics/debugging_your_code and discovering that though it seems to work with Chrome and certain other tools, trying it with chrome-remote-interface https://github.com/cyrus-and/chrome-remote-interface says that it doesn't expose an endpoint at
/json/protocol
/json/protocol
. I've tried Node, and it does expose an endpoint there and list its capabilities with JSON. Is this not part of the v8 protocol but something else? Maybe this is something Deno hasn't implemented?
Deno
Debugging Your Code | Manual | Deno
Deno supports the V8 Inspector Protocol used by
Chrome, Edge and Node.js. This makes it possible to debug Deno programs using
Chrome DevTools or other clients that su
Debugging Your Code | Manual | Deno
GitHub
GitHub - cyrus-and/chrome-remote-interface: Chrome Debugging Protoc...
Chrome Debugging Protocol interface for Node.js. Contribute to cyrus-and/chrome-remote-interface development by creating an account on GitHub.
GitHub - cyrus-and/chrome-remote-interface: Chrome Debugging Protoc...
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

should `deno lint` work without deno.json?
brianlerouxBbrianleroux / help
2y ago
Deno.Command arg with an asterisk?
birgerspBbirgersp / help
3y ago
Deno compile with SupaBase doesn't work
skyluke83Sskyluke83 / help
14mo ago