I'm debugging an IOS iPad running Safari from Chrome Devtools on Linux using ios-webkit-debug-proxy and remotedebug-ios-webkit adapter.
It connects, and I can view the DOM etc, but console.log() messages do not show in the console. I can see the hidden message count increase, but I can not find a way to view the messages.
It was working initially, but has stopped. I have tried resetting devtools to default via "Settings->Preferences->Devtools->Restore defaults and reload", but no luck.
Any help would be appreciated.
I was able to fix this by making changes in
onConsoleMessageAdded
function in fileios.ts
Updated piece of code