Wish IDE (Logs Window): Dbl-Click on log message to jump to code that produced the log msg

Widget

Well-Known Member
Licensed User
Longtime User
I have a lot of Log(".. generated values ..") statements in my code and these logs statements are displaying generated values like property values etc. At runtime the Logs window fills up with the output from these Log statements and I spend a lot of time locating the exact line of code where these log statements were executed.

It would be nice if I could double click on any of these log messages (in the Logs window) and the editor would jump to that that line of code that has the Log() statement that generated this message. It would save a lot of debugging time. :)

TIA
 

mangojack

Well-Known Member
Licensed User
Longtime User
+1
 

ilan

Expert
Licensed User
Longtime User
I suggested the same long time ago.
I really hope it will be implemented in the future :)
 
Top