how are found the line number of code at error.

Just starting out? Need help? Post your questions and find answers here.
User avatar
tft
Enthusiast
Enthusiast
Posts: 101
Joined: Mon Dec 29, 2008 9:34 am

how are found the line number of code at error.

Post by tft »

Thats it ... how are found the line number of code at error?

THX TFT
TFT seid 1989
Aktuelles Projekte : Driving School Evergarden
YouTube : Pure Basic to go
FaceBook : Temuçin SourceMagic Games
DISCORD : SourceMagic
W10 , i9 9900K ,32 GB Ram , GTX Titan , 3 Monitore FHD
ARDUINO Freak :-)
Bitblazer
Enthusiast
Enthusiast
Posts: 770
Joined: Mon Apr 10, 2017 6:17 pm
Location: Germany
Contact:

Re: how are found the line number of code at error.

Post 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
User avatar
tft
Enthusiast
Enthusiast
Posts: 101
Joined: Mon Dec 29, 2008 9:34 am

Re: how are found the line number of code at error.

Post by tft »

ok ... thx
TFT seid 1989
Aktuelles Projekte : Driving School Evergarden
YouTube : Pure Basic to go
FaceBook : Temuçin SourceMagic Games
DISCORD : SourceMagic
W10 , i9 9900K ,32 GB Ram , GTX Titan , 3 Monitore FHD
ARDUINO Freak :-)
Post Reply