Google Chrome isn't saving Javascript on navigation -


hi

i know there's a question already, of answers don't seem working me.
i'm trying make js console not reset on navigation.

i know there's "preserve log upon navigation" checkbox/button, it's not working me.
whatever entered cleared , page loaded default. how can make save changed, kind of add-on? (preferably without installing additional tools)
..or misunderstanding use of preserve log upon navigation thing?

anyway, how can achieve i'm hoping to?

thanks in advance!

as winterblood stated in answer, there's no way preserve changes made js file or dom after page refresh.

what can preserve breakpoints in code. if need place change on, can search first script loaded, put breakpoint in it, , refresh page. when page refreshes, can make changes on wish.

another solution use proxy charles or fiddler, , "map local" of local js file changes in it. see link that. lot in work. it's dead easy copy/paste file chrome console local file, use charles map local of request file , reload page. if goes well, able changes want file without modifying else in page.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -