RANNNNNNNT! Double clicking on errors in the console no longer takes you to the line in Monodevelop!

I had double clicking on non exception things broken, an dI recently changed the debug level in the build settings
4428031--404467--upload_2019-4-14_22-29-18.png
now it works on every console message hope others have same luck

For me the fix was easy after fresh install of Visual Studio Pro 2019, it was linked to file type not by editor.
Edit → preferences → external script editor -V:Visual Studio (pro)

now it works again :slight_smile:

Thanks, that worked for me… you made my day :slight_smile:

I had this problem and none of the above worked … for me the problem was resolved by re-importing all my script files.
The cause was: I had changed the Drive Letter my project resides from E: to D:

For me the problem still exists, and my wild guess is “my path has too special characters that ascii could ever handle”: Assets!RQ\Szkriptek\H�l�zatkezel�s\Kliens\IKP�ld�nyos�t�s.cs…" well hello 2021. :\

This problem can be caused if you enabled full stack trace for errors or debugs.
Just go to Project Settings > Player > Other Settings > Stack Trace, and mark all as “ScriptOnly” or only the ones that you want the click to work.