Live data from Hacker News

Sublime Web Inspector: Debug JavaScript in Sublime

github.com

1–10 of 12 posts

Re: Sublime Web Inspector: Debug JavaScript in Sublime

#3
Seems like something like this would be a really good fit inside of Atom.io (Github's webkit based editor), it could be done probably a lot more seamless as well. This looks like they got very lucky with some of the features they were able to cram in :P, clickable buttons for instance.

Re: Sublime Web Inspector: Debug JavaScript in Sublime

#4

Seems like something like this would be a really good fit inside of Atom.io (Github's webkit based editor), it could be done probably a lot more seamless as well. This looks like they got very lucky with some of the features they were able to cram in :P, clickable buttons for instance.

I finally installed atom last week expecting that it'd be able to render the site you were working on in-line, and react to save events. I was somewhat disappointed. There's an inbuilt markdown renderer - I don't think it'll take too long for someone to build it (unless it's already there and I missed it).

Re: Sublime Web Inspector: Debug JavaScript in Sublime

#5

Seems like something like this would be a really good fit inside of Atom.io (Github's webkit based editor), it could be done probably a lot more seamless as well. This looks like they got very lucky with some of the features they were able to cram in :P, clickable buttons for instance.

It's probably worth it to take a look at brackets (http://brackets.io) as well; it has a lot of potential for seamless js debugging.

Re: Sublime Web Inspector: Debug JavaScript in Sublime

#10
post #9

How does this work when you concat and minify your stuff on save?

I haven't tried, but life is better if you don't minify on save. I assume you're using Grunt or Gulp; make a "build" task and use that for minifying. Your preprocessing time will go down, and that means getting your changes into the browser faster. Feels better than having to pause before hitting refresh, or worse, having to refresh twice.
Post reply on HN