问题
I want to use some IDE which allows me to change the javaScript code on the fly and run it in browser. I don't think I can do this in Firebug.
Which IDE/software should I use for JavaScript development?
回答1:
Yes you can do this in firebug console. Click on console and you can start typing. You can click on the bottom right red icon to expand the typing area.
回答2:
The Sublime Web Inspector looks like it could do what your after.
It supports:
- Breakpoints
- Console
- Interactivity
- Debugger
- Evaluating on call frame
- Live Reload
回答3:
Use Fiddler and follow my instructions from the very similar question:
How can I edit javascript in my browser like I can use Firebug to edit CSS/HTML?
来源:https://stackoverflow.com/questions/5191284/how-to-modify-javascript-code-on-the-fly-in-browser-in-debugging-mode