Debugging Macros

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Debugging Macros

Post by Dreglor »

I use macros heavily when one doesn't compile right it shows a window with the expanded code. however during run time the macro is just a series of steps for number of commands in the macro before going to the next line and no info about how it was expanded or what is the state currently in the macro. It would be useful to automatically open a window for the expanded macro or put a context menu item to open said macro.
~Dreglor