MMEdit V5.2


Author Message
Pluto
Guru

Joined: 09/06/2017
Location: Finland
Posts: 330
Posted: 05:57pm 21 Apr 2024      

Working on a program with a main loop and several SUBs.
I had an error in one of the SUBs and the program halted with an error message.
The reported address was however strange; It showed the errorline in the sub, but the line number was for the main loop.

MMEdit and MMCC V5.2.7 for Win 10. Syntax: PicoMite

I was able to find the errorline about 200 lines down in the program, but It would have been much easier with the correct linenumber in the first place.

The actual error came from a SUB that was called from an other SUB.
Do I need to change some settings or is this normal?

Pluto