开发者

How to modify javascript code on the fly in browser in debugging mode? [duplicate]

开发者 https://www.devze.com 2023-02-15 05:58 出处:网络
This question already has answers here: How can I edit javascript in my browser like I can use Firebug to edit CSS/HTML?
This question already has answers here: How can I edit javascript in my browser like I can use Firebug to edit CSS/HTML? (6 answers) 开发者_高级运维 Closed 5 months ago.

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?


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.


The Sublime Web Inspector looks like it could do what your after.

It supports:

  • Breakpoints
  • Console
  • Interactivity
  • Debugger
  • Evaluating on call frame
  • Live Reload
0

精彩评论

暂无评论...
验证码 换一张
取 消