-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution error #10
Comments
thanks, I can reproduce it. I was using undocumented |
iojs and 0.12 only - 0.10 does not give error. On it |
+1 |
hm, I thought I fixed this |
oh, that was sidorares/node-vim-debugger#17 |
same fix should apply here. I'll try to fix tomorrow unless you can try before me @outaTiME @fakedrake |
published as v1.0.0 |
Hi pal, Now it works but i get a new error, here the stack:
something wired, here nooup ?? thks !! |
can't reproduce. What is your chrome version? Could you add |
yay, im clone the repo and running locally ... the '>>>' are https://github.com/sidorares/crconsole/blob/master/index.js#L236 here the trace:
|
ok, I think I know what is the problem. You already have devtools open and chrome does not allow to connect external client ( that's why your tab is missing Probably need to add better error handling for this |
mmm, but i like to display the output in developer tools in crconsole, its not possible ?? |
you can try to use https://github.com/sidorares/crmux |
mmm, i trying crmux ... but i want to display the developer tools output in my terminal not in a remote window it could be possible ?? |
Which output? console messages are redirected back to terminal, you should be able to see them |
with the There is my scenario:
Which is the step by step to perform this ?? maybe i doing something wrong ... thks! |
no, you don't need crmux. Just attach crconsole (make sure there is no devtools attached ) |
mmmm, but only displays the i got a lot of |
the console output not are really identically =( |
You are right, it's ignored - the code is here https://github.com/sidorares/crconsole/blob/master/index.js#L250 |
ooups, some reason for that ?? our it will be updated ?? |
not sure, probably no reason. Can you try to disable filtering? Just comment out https://github.com/sidorares/crconsole/blob/master/index.js#L250-L251 |
jejeje, great ... i try to update the code locally and try ... i give you my feedback if found any side effect ^^ thks ! |
probably would be nice to display logs in different color based on the level |
yup, probably it will very usefull ... BTW if i comment the filtering all goes fine ... no exceptions ^^ but expressions in logs are not resolved =( like:
|
Some limitation in Chrome REPL ?? |
can you post exactly your code which outputs log? Whith |
The simple logging works, but if you put something like:
the
|
yes, but you'll need to process parameters manually. Uncomment https://github.com/sidorares/crconsole/blob/master/index.js#L248 to see payload, it's in message.parameters |
added #13 to track progress |
Hi pal,
When i run the comman i get the following error:
The text was updated successfully, but these errors were encountered: