Hello, just trying to get to run. Actually the dirac tools show me this error: VM1571:1 Unable to resolve backend-url for Dirac DevTools. target-url=<http://localhost:9222>, tab-url=<http://localhost:3449/>
@danielgrosse: did you manage to fix it? are you running latest chrome canary with --remote-debugging-port=9222
enabled?
Yeah, I used a new Workspace. The error occured in my existing workspace. So maybe a conflict with another plugin. I didn't had the time to dig deeper.
Unfortunately, im not able to use the repl in the dev tools. When I try (+ 1 1)
the error
Uncaught SyntaxError: Unexpected number
at Object.InjectedScript._evaluateOn (<anonymous>:871:140)
at Object.InjectedScript._evaluateAndWrap (<anonymous>:811:34)
at Object.InjectedScript.evaluate (<anonymous>:667:21)
occurs@danielgrosse: you didn’t switch to CLSJ REPL prompt, you entered (+ 1 1) into normal JS console prompt
use page-up or page-down to switch between those two
also I think your previous problem was caused by having internal chrome devtools opened in the page
there can be only one debugging protocol connection
I have to test that scenario and maybe provide a better error message
Okay. thank you. Maybe I should read the description more carefully.