dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
richiardiandrea 2016-06-06T14:51:38.000012Z

@martinklepsch: make sure you have the remote debugging enabled. If so, it requires some fiddling sometimes, as in: close the panel, reload, reopen.

martinklepsch 2016-06-06T14:55:02.000013Z

I do have the remote debugging enabled (I think otherwise the panel wouldn't open)

martinklepsch 2016-06-06T14:55:17.000014Z

Tried restarting a few times but didn't help, will look more into it later

2016-06-06T16:02:22.000015Z

@martinklepsch: I’m back. The Dirac Runtime installed in your page is too old. Current version is 0.6.0, yours is 0.2.0.

2016-06-06T16:04:45.000017Z

this might explain more about upgrading: https://github.com/binaryage/dirac/blob/master/docs/upgrading.md

martinklepsch 2016-06-06T18:54:08.000019Z

@darwin: thanks, that helps. I noticed the difference but somehow assumed that there might be different versions for runtime/server/extension

martinklepsch 2016-06-06T18:56:51.000020Z

That solves it πŸ™‚

2016-06-06T18:56:53.000021Z

no problem, newer versions should give you better error feedback, it just happened that the 0.2.0 is so old that it don’t even have dirac.runtime/installed? function

2016-06-06T18:57:32.000022Z

enjoy! bug reports / feedback welcome πŸ™‚

martinklepsch 2016-06-06T19:00:25.000023Z

is there a way to tell chrome to always set the remote debugging port as expected by dirac?

2016-06-06T19:00:56.000025Z

no, AFAIK, you have to do it from command-line

2016-06-06T19:01:23.000026Z

but a simple wrapper script solves it for me, or a bash alias

2016-06-06T19:02:17.000027Z

it is also good practice to use a separate chrome profile when developing, so such script is handy anyways

2016-06-06T19:02:28.000028Z

not only for that chrome debugger port setting

superstructor 2016-06-06T22:40:16.000029Z

> WARNING: The version of connected DevTools is old. Expected '0.6.0', got β€˜0.4.0… @darwin: nice! the improved documentation and sanity checks in the latest version work great πŸ‘

πŸ‘ 2