Log In  


Request: Have the output of TRACE tell you tab and line number within the tab. Presently it tells line number from the beginning of the entire file.

I use TRACE, and I also use tabs in the editor.

Is there a way to get tab-based line numbers in the output of TRACE? otherwise the line numbers in the output are not so useful.

Here is my code:

local _ALIVE, EX = coresume(self.COR)
 if EX then
  printh(trace(self.COR, EX))
  color(7)
  stop("\nCOROUTINE ERROR, SEE TERMINAL")
 end

thank you!



https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Code_Editor tells me that Ctrl-L is the shortcut to jump to a line!



[Please log in to post a comment]