How to use chrome devtools / inspector with Deno?
Hello all!
I'd like to profile my game server written in Deno to identify the hot spots.
I see that https://github.com/denoland/deno/pull/4484 was closed, but having trouble pulling up info on how to use it.
I've tried running my server with the --inspect flag, opened the chrome's Nodejs inspector, added localhost:8000, but it doesn't connect to/recognize the server process.
Any advice?
Thanks in advance x 1000
I'd like to profile my game server written in Deno to identify the hot spots.
I see that https://github.com/denoland/deno/pull/4484 was closed, but having trouble pulling up info on how to use it.
I've tried running my server with the --inspect flag, opened the chrome's Nodejs inspector, added localhost:8000, but it doesn't connect to/recognize the server process.
Any advice?
Thanks in advance x 1000
