T
T
teet2017-10-10 12:49:40
JavaScript
teet, 2017-10-10 12:49:40

How to edit JavaScript code directly in FireFox?

in debbuger it is possible to put breakpoint and to look at variables. But if you need to change the existing code, what should you do?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2017-10-11
@Taraflex

Better switch to vscode
https://code.visualstudio.com/blogs/2016/02/23/int...
and you don't have to mess with editing the code in the browser. There you can set breakpoints and see variables and hot reload through some kind of webpack to configure.

M
Maxim Timofeev, 2017-10-10
@webinar

https://jsfiddle.net/
https://codepen.io/
or an IDE with good browser integration
https://www.jetbrains.com/webstorm/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question