Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages are not shown #183

Closed
matthiasnordwig opened this issue Sep 28, 2023 · 7 comments
Closed

Error messages are not shown #183

matthiasnordwig opened this issue Sep 28, 2023 · 7 comments

Comments

@matthiasnordwig
Copy link

  • Inspect version: 0.8.2
  • Electron: 19.0.3
  • OS version and architecture: win32 x64 10.0.19045
  • Language: undefined

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
Copy link

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
Copy link

agsti commented Oct 25, 2023

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

console.error = console.log
console.warn = console.log

@JavaScriptDude
Copy link

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

@nicraf
Copy link

nicraf commented Nov 8, 2023

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
Copy link
Contributor

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

@JavaScriptDude
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants