Page 1 of 1
how are found the line number of code at error.
Posted: Tue Mar 30, 2021 2:31 pm
by tft
Thats it ... how are found the line number of code at error?
THX TFT
Re: how are found the line number of code at error.
Posted: Tue Mar 30, 2021 2:49 pm
by Bitblazer
The windows IDE shows a popup with the line number and the type of error if you use run/compile. The IDE additionally loads the sourcefile where the error happened, in case it was not loaded. It positions the cursor and view and visibly highlights the line. I guess the
>>> demo <<< does the same, try it
For advanced users the
OnError library offers
ErrorLine
Re: how are found the line number of code at error.
Posted: Tue Mar 30, 2021 5:39 pm
by tft
ok ... thx