IonicWind Software

Aurora Compiler => Tutorials and Documentation => Topic started by: Haim on October 02, 2006, 12:56:20 AM

Title: Request for a tutorial on debugging
Post by: Haim on October 02, 2006, 12:56:20 AM

is there a plan to provide a tutorial on debugging with Aurora?
I surely hope so, and really need some explanations on how to "watch" variable values while single stepping etc.
I have not found an easy way to do it, other than output some values programmaticaly to a window.
I am sure there must be an easier way  ???

Haim
Title: Re: Request for a tutorial on debugging
Post by: Ionic Wind Support Team on October 02, 2006, 11:20:59 AM
The debugging code isn't done yet ;)

You can use the API function OutputDebugStringA to print stuff to the debug window while running in debug mode.
Title: Re: Request for a tutorial on debugging
Post by: Haim on October 02, 2006, 11:04:58 PM
Thanks,
I'll try that  :)
Title: Re: Request for a tutorial on debugging
Post by: Ionic Wind Support Team on October 03, 2006, 08:57:02 PM
Also we soon will have the capability to display local varaibles while single stepping.  It's part of the beta roadmap.
Title: Re: Request for a tutorial on debugging
Post by: Haim on October 03, 2006, 11:05:12 PM
Great news.

I do not recall having seen the beta development roadmap. What else is in the roadmap?

Haim