Re:
- Posted by Robert Craig <rds at RapidEuphoria.com> Sep 10, 2001
- 2007 views
Dan writes: > Is there a plan to make the windows version a fully > windows program with a nice GUI with the ability to > watch the full variables no matter how long they are? Yes, I'd like to do that eventually. For the time being it's easier to support the identical trace/debug facility on all 3 platforms. Currently 20 characters are allocated at the bottom of the screen for displaying each atom variable, and 80 characters for each sequence. To see more, your program will have to display the variable using maybe the print command: ? myvar You can also use the ! command in the trace facility to dump all the variables, and see much more of each sequence. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com