-
Hermes supports the chrome debugger protocol along with some profiling tools. Lets see how far we can take this. Can we get react-dev-tools working for example ...
Should ideally work using the sam…
-
# Problem
#195 added some safety to reduce the risk that the extension blows up any page (by patching fetch potentially incorrectly9), but does so by adding a recording mode. You have to press it a…
-
Documentation on how to actually form the websocket messages to be read by the Chrome/chromium debugger is scant. After much searching I happened upon this stack overflow question: https://stackoverfl…
-
```
SDK/Debugger version: 0.2.2
Eclipse version: -
Google Chrome/V8 Embedder + version: Chrome 13.0.782.107
OS + version: Ubuntu 11.04
What steps will reproduce the problem?
1. Connect to Chrome page…
-
```
SDK/Debugger version: 0.2.2
Eclipse version: -
Google Chrome/V8 Embedder + version: Chrome 13.0.782.107
OS + version: Ubuntu 11.04
What steps will reproduce the problem?
1. Connect to Chrome page…
-
Node has had a V8 debugging protocol built in from the start (this is a thin network protocol layer on top of the actual internal V8 debugger protocol). That is what Synchro Server currently uses to …
-
There is no possible to debug worker threads, only through event messages to main thread
You can't step into this worker in the chrome dev tools
```js
const worker = new Worker('./worker.js', {});
…
-
It seems the debugger in VSCode and Chrome never stops at breakpoints in worker code.
Are there any variables, specific Deno command line flags or worker options I have to use to be able to debug w…
jonek updated
1 month ago
-
Unless I missed it, it looks like the sdbg console only supports displaying output written to the console. It would be useful to also be able to evaluate expression, similar to the console in a web br…
-
```
SDK/Debugger version: 0.2.2
Eclipse version: -
Google Chrome/V8 Embedder + version: Chrome 13.0.782.107
OS + version: Ubuntu 11.04
What steps will reproduce the problem?
1. Connect to Chrome page…