IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on June 24, 2012, 11:30:07 AM

Title: Info Only Update 06-24-2012
Post by: LarryMc on June 24, 2012, 11:30:07 AM
I think I've got all the compile issues behind me; but won't know for sure until I do some in-depth beta testing.

Anyway, I' currently working on a testing program to read the information stored in the debug files (*.dbgs) to see what info is store there , when it changes, and how I can use it.

This would be a good time for anyone who has wants/desires in the debugger to speak up.
Title: Re: Info Only Update 06-24-2012
Post by: RodrigoC on June 28, 2012, 11:58:24 AM
One thing I appreciate on a debugger is an "Immediate Window" where you can use print (?) to evaluate expressions and even call function that you have written.
Title: Re: Info Only Update 06-24-2012
Post by: LarryMc on June 28, 2012, 12:13:05 PM
Quote from: RodrigoC on June 28, 2012, 11:58:24 AM
One thing I appreciate on a debugger is an "Immediate Window" where you can use print (?) to evaluate expressions and even call function that you have written.
With my limited knowledge I'll be happy to be able to duplicate what is done in the current IDE's debugger.
With the little understanding I have right now I have absolutely no idea how to implement what you are asking for.
As I see it, what you are suggesting would equate to creating and compiling separate programs from the one being debugged and executing them.
?????????

But, when(and if) I get the basic functionality completed I'll see if I've learned anything new that will let me attempt what you suggest.
Title: Re: Info Only Update 06-24-2012
Post by: RodrigoC on June 28, 2012, 05:44:14 PM
Thanks for the interest !
Title: Re: Info Only Update 06-24-2012
Post by: Andy on June 30, 2012, 06:40:18 AM
hi Larry,

Think a nice idea would be an option to only show the Red highlighted problems (compile errors) instead of having to scroll though to find them.