Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to remote debug javascript files, served via a web server, i.e. thin, unicorn, etc? If yes, how? I've tried eclipse + chrome dev tools, but that seems to only work when files are opened via the file system.

Thanks.

share|improve this question
    
you can use firebug to debug the javascript –  NullPointerException Jun 3 '13 at 18:01
    
I do use browser extensions for both firefox and chrome to debug in the browser, but I'm looking for a way to do that from an IDE (preferably eclipse based). –  Ari Jun 3 '13 at 18:08
    
    
possible duplicate of How to debug remote v8-based application using Chrome Dev Tools –  Paul Sweatte Dec 18 '14 at 16:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.