Version 1.5, now posted in the first post, now supports module name prefixes.
Also, in my efforts to provide debugging facilities for optimised compiled applications, I have added a Caller object to the library. Caller can, at runtime, execute any compiled Sub with three or less parameters and display the return value if any. You can specify the parameter values, copying them from variables if necessary or typing them in directly.
You could of course create mayhem in your app if you execute Subs arbitrarily so some care will be necessary on occasion!
|