You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugger listening on ws://127.0.0.1:9229/ws/1d32b196-31f2-4e90-ae21-8aab58a33d45
Visit chrome://inspect to connect to the debugger.
Deno is waiting for debugger to connect.
Debugger session started.
error: Uncaught (in promise) TypeError: WebAssembly.compile(): Argument 0 must be a buffer source
at eventLoopTick (ext:core/01_core.js:178:11)
Process exited with code
Tried "runtimeArgs": "--inspect" instead of "--inspect-wait", same result. "type": "pwa-node" instead of "node", same result.
The text was updated successfully, but these errors were encountered:
How to debug the server side of project based on Ultra using VSCode?
.vscode/launch.json
:Result:
Tried
"runtimeArgs"
:"--inspect"
instead of"--inspect-wait"
, same result."type"
:"pwa-node"
instead of"node", same result.
The text was updated successfully, but these errors were encountered: