breautek commented on issue #1319: URL: https://github.com/apache/cordova-ios/issues/1319#issuecomment-1520834278
> When connecting through remote debugger (Safari: Develop -> iPhone -> index.html), console output is always empty. I can execute JavaScript commands, and other tabs (like "Network") work as expected. But no console functions produce any output. Can you clarify if the console outputs nothing at all (including `console.log` executions **after** the inspector is attached) vs only console outputs that may have occurred before the inspector was attached. If only the latter then it's not a bug, that's just how Safari works... Safari doesn't record log data if there is no attached inspector and doesn't display said information retroactively should an inspector be attached later. Therefore log information is only recorded and displayed **after** the inspector is attached. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
