0

I suppose this has been asked elsewhere but I cannot find it. Basically I want to copy all the content from the console into a div for easier debugging.

I find this question Javascript: console.log to html but it's not what I want.

Ooker
  • 1,969
  • 4
  • 28
  • 58
  • If u mean that u want all the console content that was written there before and you want somehow to take it and place is into a div... then it is impossible. Not all the browsers have consoles. Imagine the mobile browsers or linux text based browsers.... – D A Nov 08 '21 at 09:58
  • If that linked answer isn't what you want, then what is it that you _do_ want exactly? As that answer details and the comment above says, there's no way to get the console content without logging and storing it elsewhere to be later retrieved – Tom Nov 08 '21 at 10:17
  • 1
    Are you perhaps looking for [this](https://stackoverflow.com/questions/6604192/showing-console-errors-and-alerts-in-a-div-inside-the-page)? – big_brian Nov 08 '21 at 10:31

0 Answers0