IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on March 13, 2014, 07:42:43 PM

Title: Info Only Update 03-13-2014
Post by: LarryMc on March 13, 2014, 07:42:43 PM
Been a good while since I've posted anything.
It seems there have been no reported bugs I needed to address.

I took a break from working on the IWGrid help file and decided to take a look again at trying to write a debugger for IWBasic 2.5.

I actually got portions of a very basic debugger working.
I can start, stop, and continue a console program;
DEBUGPRINT works;
I can dump the registers;
I can tell \what line a program stopped on.
I can show all the dll's loading

If it wasn't for various pieces of code Sapero supplied me with way back and several explanations that I still don't totally understand I was able to get this far this time ( I did do an awful lot of reading.)

Still have a long ways to go.
Have no idea how to do
single step;
disassembly;
displaying of variables.

I'll play with it another day or two then get back to my the IWGrid help file.

Title: Re: Info Only Update 03-13-2014
Post by: Sam on March 13, 2014, 08:29:27 PM
Thanks for the update Larry.