Code:
digits% = 16 argument% = &HFF a$ = RIGHT$(STRING$(digits%,"0")+BIN$(argument%),digits%) print a$
If the program does not have $ERROR ALL ON added to the top, then errors may not get detected at all, or may be detected later in the code, say, at a PRINT statement, etc. Chances are, this is the problem you are seeing.
However, we have had a confirmed case where the debugger became desynchronized by one or two lines when dealing with source code that represents a PBU file $LINKed into the main file. This may be attributable to a memory manager problem... many of these problems often turn out that way.
------------------
Lance
PowerBASIC Support
mailto:[email protected][email protected]</A>
Leave a comment: