N
N
Nikita_Migushev2019-11-01 16:01:12
Mozilla Firefox
Nikita_Migushev, 2019-11-01 16:01:12

How to make file pretty in firefox debugger?

In the firefox debugger, if you hit a minified file, it looks ugly. How to make it look beautiful?
I don't see the order button. I didn't find it in the settings either.
5dbc2c9673445955135975.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2019-11-01
@Nikita_Migushev

No way.
You can use various tools (including online services) that make the code beautiful. You can google them for the word "beautifier", that is, in your case, a Google query will do: javascript beautifier
(you will have to copy-paste the code)
However, the names of the variables will be the same. Names like a, b, c, db, etc. are not possible. "decipher" into meaningful names. To do this, you need to understand the meaning of the code, and the machine is not yet able to do this, and will not be able to do this for a long time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question