You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
When double clicking an error in the "Error List window" in Visual Studio 2015, you are taken to the correct file, but not the correct line number and character.
The line number actually shows up correctly in the Line column in the "Error List window", but I'm not taken to the correct line number when clicking.
Double clicking the line from the "Output window" takes me to the correct line and character.
Is anyone else seeing this behavior?
The text was updated successfully, but these errors were encountered:
The PR #36 should fix this issue. I ran across this issue myself and dug into it a little deeper. The crux of the issue was only the first forward slash in the file path was being converted to a backslash. Once all of them were changed to backslashes, the problem was rectified.
* Issue #30 - Errors in the "Error List window" do not go to the correct line number
* Target was executing when project was unloaded/loaded instead of just during build time
When double clicking an error in the "Error List window" in Visual Studio 2015, you are taken to the correct file, but not the correct line number and character.
The line number actually shows up correctly in the
Line
column in the "Error List window", but I'm not taken to the correct line number when clicking.Double clicking the line from the "Output window" takes me to the correct line and character.
Is anyone else seeing this behavior?
The text was updated successfully, but these errors were encountered: