dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
danielgrosse 2016-02-08T08:23:32.000371Z

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/>

2016-02-08T12:48:04.000373Z

@danielgrosse: did you manage to fix it? are you running latest chrome canary with --remote-debugging-port=9222 enabled?

danielgrosse 2016-02-08T13:39:55.000374Z

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.

danielgrosse 2016-02-08T13:41:07.000375Z

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 (&lt;anonymous&gt;:871:140)
    at Object.InjectedScript._evaluateAndWrap (&lt;anonymous&gt;:811:34)
    at Object.InjectedScript.evaluate (&lt;anonymous&gt;:667:21)
occurs

2016-02-08T14:03:39.000377Z

@danielgrosse: you didn’t switch to CLSJ REPL prompt, you entered (+ 1 1) into normal JS console prompt

2016-02-08T14:03:55.000378Z

use page-up or page-down to switch between those two

2016-02-08T14:04:27.000379Z

also I think your previous problem was caused by having internal chrome devtools opened in the page

2016-02-08T14:04:49.000380Z

there can be only one debugging protocol connection

2016-02-08T14:05:06.000381Z

I have to test that scenario and maybe provide a better error message

danielgrosse 2016-02-08T14:06:13.000382Z

Okay. thank you. Maybe I should read the description more carefully.