Author Topic: Debugging macroses  (Read 1682 times)

Offline Korybut

  • Jr. Member
  • *
  • Posts: 7
Debugging macroses
« on: August 13, 2024, 10:27:10 AM »
Hello!

I am implementing several macroses right now and debugging them is kinda painful since I run debugger for compiled code and then verify if my macroses work correctly. IMO the great option is to be able to see the listing with already executed macroses, howerer '-l' option produces different output which is of no particular use unfortunately.

Many thanks in advance!