Is it possible to output all the code I’ve typed into the console in the last session?
just the code, without the results.
Is it possible to output all the code I’ve typed into the console in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open up a new web inspector while in the current inspector (ctrl+shift+j, they removed recursive inspect element), then do this in the new inspector:
Just to be clear, you don’t run this in the inspector for the page. You run this in the inspector’s inspector. I.E:
Your inspector must also be undocked, otherwise it will just go to the console tab of the current inspector instead of opening a new inspector that inspects the current inspector.