[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help Troubleshooting EasyLanguage Code



PureBytes Links

Trading Reference Links

Janette Perez wote............

snip
> I'm sure it will be of help in troubleshooting
> EasyLanguage code
snip


Au contraire, Ms Perez, it sounds to me like even more of a pain than using the print log, which is all that is 
available to me with TS3.5 since it cannot print text to the screen.

On the other hand, my ancient copy of QuickBasic (for DOS), has single-step execution, fixed breakpoints, 
conditional breakpoints, and 'instant watch', which lets me view the contents of any variable by just pointing 
to it in the code editor.  I can also reassign the next  statement to be executed, and manually change the 
value of a variable.  Presumably all this is possible because Basic can compile the code temporarily in 
memory, allowing for real debuggung functions.

Now if Omega could provide something like that I would REALLY have an incentive to upgrade to a later 
version.

Bob Young