Hacker News new | ask | show | jobs
by goorpyguy 4179 days ago
You have a "debugger;" call in addToFirebase that's making my Firebug angry. I can't seem to make the script panel ignore this line, even with a conditional 1==0 breakpoint.

Would you be able to take the "debugger" calls out of the production code?

edit: After some more testing, in Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disable Firebug entirely in order to use this on my page. I don't really want to do that, as I am using it in my workflow for otherwise debugging the code I manage.

5 comments

After some more testing, in Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disable Firebug entirely in order to use this on my page. I don't really want to do that, as I am using it in my workflow for otherwise debugging the code I manage.
In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disable Firebug entirely in order to use this on my page. I don't really want to do that, as I am using it in my workflow for otherwise debugging the code I manage.
Hi mate, sorry that was an error on my part. I've removed them and it should be good now. Cheers.
HN was causing problems for me earlier (as seen by by duplicate replies above that I eventually put in as an edit...) but I wanted to say thanks.

Also I wanted to make two suggestions if you're looking for features to build: 1) Highlight "important" annotations in the console in some way. 2) Allow option for submitted notes/screenshots to be forwarded via email both as archive and for searchability etc.

Thanks for sharing!

In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disable Firebug entirely in order to use this on my page. I don't really want to do that, as I am using it in my workflow for otherwise debugging the code I manage.
In Chrome I can make it work by just closing the Dev Tools windows, but Firebug gets caught up on it as long as it is enabled, even if not open currently. This means I have to disable Firebug entirely in order to use this on my page. I don't really want to do that, as I am using it in my workflow for otherwise debugging the code I manage.