GLBasic forum

Main forum => GLBasic - en => Topic started by: codegit on 2009-Jul-27

Title: Types in debug mode
Post by: codegit on 2009-Jul-27
Hi

Is it possible to see the data within "TYPES" during debuging??

Thanks
Title: Re: Types in debug mode
Post by: Moru on 2009-Jul-27
Not in the debug window but you can use something like this to see content:

Code (glbasic) Select
DEBUG "\n x="+type.x
Title: Re: Types in debug mode
Post by: codegit on 2009-Jul-27
Thanks  :good: