question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should jump to first error even when there are warnings

See original GitHub issue

When I get some warnings and some errors during a build and I press F4, it should jump to the first error (and then step from there). Currently it jumps to the first warning which is often something trivial like unused import. This behavior is annoying, I want to fix the errors first because they have higher priority…

(IIRC it used to be the case that F4 jumps to the first error in the past, but maybe I remember wrong.)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
ehusscommented, Aug 18, 2017

You’re right. I’ll look into it, thanks!

0reactions
ehusscommented, Aug 20, 2017

Can’t the inline error be always aligned to the left of the viewport (regardless of horizontal scroll pos)?

Not that I know of. Sublime only allows you to place it directly below a specific column, or inline.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breaking loop when "warnings()" appear in R - Stack Overflow
Is there a way to break out of a loop if any warnings are created? It just keeps running the loop and reports...
Read more >
Exceptions and debugging - Advanced R. - Hadley Wickham
Fatal errors are raised by stop() and force all execution to terminate. Errors are used when there is no way for a function...
Read more >
8 Conditions | Advanced R - Hadley Wickham
There are three conditions that you can signal in code: errors, warnings, and messages. Errors are the most severe; they indicate that there...
Read more >
Working with warnings in Python (Or: When is an exception ...
“default” — display a warning the first time it is encountered · “error” — turn the warning into an exception · “ignore” —...
Read more >
How to Use Warnings and Errors in Sass Effectively - SitePoint
Now we're going to look at warnings and errors. Both form a one-way communication system between the program (in this case, Sass) and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found