inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Error messages are not shown #183

Closed matthiasnordwig closed 6 months ago

matthiasnordwig commented 9 months ago

Steps to Reproduce:

  1. I am using iPhone 13
  2. I can see that an error occures, and the chatlog is highlightet red, but it doesn't contain any text

error_messages are empty

JavaScriptDude commented 8 months ago

I'm seeing the same thing debugging iPhone 14 on Linux. All regular logs are shown but no errors. Errors are being displayed as thin red lines.

agsti commented 8 months ago

It's a hack but I managed to see the errors by doing:

console.error = console.log
console.warn = console.log
JavaScriptDude commented 8 months ago

I wonder if there is a way to coerce the debugger used so this hack could be somewhat 'automated'.

nicraf commented 8 months ago

Is this product no longer support/updated? Was a great tool but has not been updated since June 2022. needs to be updated to new macOs/iOS etc

auchenberg commented 6 months ago

Happy to announce that this will be fixed in the next update to Inspect 🎉

JavaScriptDude commented 5 months ago

Thanks for fixing this. I am considering purchasing this but just wanted to make sure that this type of show stopper bug does not linger for several months in the future.

auchenberg commented 5 months ago

@JavaScriptDude We are trying out best to keep a steady ship cycle here in 2024 and beyond!