-
under PreReqs section - states to use this extension but it's been deprecated for some time. Update section to talk about VS Code bundled debugger as described on https://marketplace.visualstudio.co…
-
Consider the following program:
```
from Standard.Base import all
main =
d_enso = Date.new 2011 12 13
d_java = Date.parse "2014-12-15"
IO.println d_enso
IO.println d_jav…
-
It seems GraalVM provides debugging support based on Chrome Debugger: https://www.graalvm.org/latest/tools/chrome-debugger/
It would be very intersting to include this support also in the add-on to…
-
This is created as asked in [here](https://github.com/VSCodium/vscodium/issues/677#issuecomment-805943970).
The Debugger for Chrome extension is currently broken and outdated in this repository,
-
From Module-JS2 created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-JS2#94
### Link to the coursework
https://developer.chrome.com/docs/devtools/javascript/
### …
-
**Platform:**
Ubuntu 20.04
**Nuclear version:**
0.6.39
**Description of the issue:**
When searching for YouTube playlist, the playlist will not show up. Chrome Debugger shows the following er…
-
When attempting to open the new react native app default app and trying to debug in Chrome debugger, users encounter an error message stating in terminal: "**Attempting to debug JS in Flipper (deprec…
-
Is there a way in the Chrome JavaScript debugger to set a breakpoint when the value of a global changes? I have a global say myGlobals.val. It's initialized when the app starts, but when it's used it'…
-
## 🐛 Bug Report
When attempting to open the new react native app default app and trying to debug in Chrome debugger, users encounter an error message stating in terminal: "**Attempting to debug JS i…
-
One amazing feature provided chrome debugger, is eager evaluation, see this for more details: https://developers.google.com/web/updates/2018/05/devtools#eagerevaluation
I am not sure if it is…