08-05-2024, 09:45 PM
Using SB-Prime I had the following occur. I was running the following program (QDZM107.000.SB). This is a program that I think was made by LitDev. The problem was the program kept ending on me in SB-Prime. In the output window it would say "Run : Successfully terminated run with process 17400". So, I started using breakpoints to see If I could track the issue down.
What I found is: that if I put a breakpoint at line 19 and in debug run up to 19 the program will not end. If I put a breakpoint at line 20 and let it sit for a while the program will end prematurely. Line 19 when it is executed is causing the program to end. This line is just setting a value in the graphics window.
If I run this program in Small Basic it performs like it should. If I set break points anywhere after line 19 the program ends prematurely. Or if I just let the program run in normal mode it will run like it should. Then in a little while it will clear the windows and end the program. Is this the way it should work? What is ending the process?
JR
What I found is: that if I put a breakpoint at line 19 and in debug run up to 19 the program will not end. If I put a breakpoint at line 20 and let it sit for a while the program will end prematurely. Line 19 when it is executed is causing the program to end. This line is just setting a value in the graphics window.
If I run this program in Small Basic it performs like it should. If I set break points anywhere after line 19 the program ends prematurely. Or if I just let the program run in normal mode it will run like it should. Then in a little while it will clear the windows and end the program. Is this the way it should work? What is ending the process?
JR

