Editor console no longer showing line numbers for debug log or warnings

My editor is no longer showing me the line numbers for debug log info and warnings, which I believe is causing it so I can’t double click on it and have it go to the part in code that caused the log. The errors do show line numbers, but I still can’t double click and have it bring up the offending line… I have tried uninstalling and reinstalling unity and mono, and that didn’t fix the issue. What could be the problem, and how do I fix this? This has cut down productivity with my project as big as it is.

EDIT: Code errors will open in mono. But no runtime errors will. They all use to work, but randomly stopped.

EDIT Again: And now it works… After I made a purposeful compile error, cleared out all the old errors, and double clicked on the compile error, fixed the compile error, and ran the project, all the runtime log stuff now shows their line numbers again, and is now opening the project like normal. That was annoyingly strange, but at least it fixed itself.

2 Likes

Thank you very much, DoctorWhy! You saved my time :slight_smile: