Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question