Enhance Logs -> Print Action number just like line no is printed when debugging scripts

sooraj

Active member
Currently its difficult to know which log is from which Action
give actions a number and for blocks sub number
 

Endercraft

Moderator
I agree, it would be easier to debug long macros with this. Or even make a different log for debugging that gives more info, and clicking on an action in the log brings you straight to it.
 

sooraj

Active member
also if posaible magic text error that gets set with live errors
so at any point error is bound to happen user can be shown popup with error instead of going through logs
 

sooraj

Active member
A javascript like stack means at any point/action/lineno what available variables and their values
 
Top