Deno debugging failure: Argument 0 must be a buffer source
I have TWO Deno project with and cannot use the debugger with ONE of them. One project debugs fine, the other does not. I do not know where to start to mitigate the problem.
I see this problem with VS Code fronting the debugger and by using
First, the error message:
System details:
Deno 1.33.2 (have tried 1.33.1, too)
VS Code 1.78.1 (and the previous version, as well)
Plugin: Deno Plugin latest
OS: both Linux and Windows
The upshot is that there is something about this specific project that is causing a bug with the debugger. I don't know to whom I should report the problem (Deno or Google/Chrome). I'd be satisfied with a workaround to be able to debug it again, but I do not know where to start.
Much thanks.
I see this problem with VS Code fronting the debugger and by using
chrome://inspect directly.First, the error message:
System details:
Deno 1.33.2 (have tried 1.33.1, too)
VS Code 1.78.1 (and the previous version, as well)
Plugin: Deno Plugin latest
OS: both Linux and Windows
The upshot is that there is something about this specific project that is causing a bug with the debugger. I don't know to whom I should report the problem (Deno or Google/Chrome). I'd be satisfied with a workaround to be able to debug it again, but I do not know where to start.
Much thanks.
