A
A
Alexey2018-07-30 09:32:53
JavaScript
Alexey, 2018-07-30 09:32:53

Is it possible to make code changes directly in Chrome Dev Tools?

For example, we go to the site, open DevTools, go to the Sources tab, select the required file:
Change var a = 5 to var a = 1.
After reloading the page, it will use this change.
Actually the question is, is it possible to make changes, for example, in js directly in DevTools?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stalker_RED, 2018-07-30
@azovl

In general, you can, but you have to figure out how to set it up
https://developers.google.com/web/updates/2018/01/... It
remains to configure the IDE so that it tracks changes in this folder.

A
Anatoly Medvedev, 2018-07-30
@balamyt92

overrides.gif

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question