Useless Errors
See original GitHub issueReact Native is an amazing development platform don’t get me wrong…but the LogBox and debugging is almost completely useless and amounts to putting console statements everywhere. i.e. console.log('hey, here...1');
Seriously it’s one of the worst debugging experiences ever. The call stack is worthless and the errors are so vague and don’t show where it happened, etc.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
What is the most useless computer error message? - Quora
Almost all error messages are useless, so obviously it must be the most frequently given ones! ;-).
Read more >The 12 Most Ridiculous Windows Errors of All Time
You probably see plenty of boring Windows error messages every day. ... these and create error messages that aren't as cryptic or useless....
Read more >Why are error messages so useless? : r/AskTechnology - Reddit
Why are error messages so useless? "Oops! Something went wrong!" "There was a problem.
Read more >Useless Error Messages - Rainer Hahnekamp
Useless Error Messages. Good practice demands that we show the user an error message when exceptions occur so they know what went wrong....
Read more >Windows setup error messages will soon be much less useless
Windows setup error messages will soon be much less useless. Instead of vague references to the knowledge base, they'll actually help fix ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is a simple example that shows in a nutshell all that is wrong with the errors in general. It’s like it was designed by an internal React Native developer to figure out internal issues but is practically useless for end developers who need to see their own code. Same with the call stack. It’s like 50 internal React Native functions instead of showing my code it always shows 1000 lines of React Native code.
99% of the time it’s a bug in my code. I know that, but the debugger turns it into a needle in a haystack situation where it shows anything but my code.
Again, not a slight against React Native itself, which is a beautiful work of art…just the debugging is a PITA.
Thanks for the issue, and I agree I have not had a good experience with the errors. This issue would be better to open at the metro repo https://github.com/facebook/metro.