Joe Caverly
07-01-2024, 17:53
I am using thinAir 1.11.7.0 on Windows 10 Pro 22H2 (OS Build 19045.3803)
When I run or debug a thinBasic script from thinAir,
if there is an error,
no error message is displayed (AFAIK) in the IDE,
the script simply aborts.
When I run a thinBasic script from the command line,
if there is an error,
a detailed error message is displayed,
for example;
-------------------------------------------------------------------------------
thinBasic_RTError
-------------------------------------------------------------------------------
Main script: E:\Documents\vb6\DirectCOM\bin\test.tbasicc
Included script:
Error code: 7100
Error info: Operation not possible on an iDispatch variable that is not an object
Line number: 13
Line code: PRINTL CLSMATH.PPP(6.59)
Token found: CLSMATH
Additional info:
-------------------------------------------------------------------------------
Does thinAir display this information in the IDE?
If so, how can I view this information in the thinAir IDE?
Joe
When I run or debug a thinBasic script from thinAir,
if there is an error,
no error message is displayed (AFAIK) in the IDE,
the script simply aborts.
When I run a thinBasic script from the command line,
if there is an error,
a detailed error message is displayed,
for example;
-------------------------------------------------------------------------------
thinBasic_RTError
-------------------------------------------------------------------------------
Main script: E:\Documents\vb6\DirectCOM\bin\test.tbasicc
Included script:
Error code: 7100
Error info: Operation not possible on an iDispatch variable that is not an object
Line number: 13
Line code: PRINTL CLSMATH.PPP(6.59)
Token found: CLSMATH
Additional info:
-------------------------------------------------------------------------------
Does thinAir display this information in the IDE?
If so, how can I view this information in the thinAir IDE?
Joe