Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
07-30-2024, 03:46 PM
(This post was last modified: 07-30-2024, 03:46 PM by litdev.)
ZS,
I don't have infinite space for all sorts of uploads types and I don't want to have to check files for content, so I keep attachments to simple images and you can use any other file share for bigger or different stuff.
Posts: 136
Threads: 10
Likes Received:
37 in 31 posts
Likes Given: 29
Joined: Oct 2023
Reputation:
3
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
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
everything fine for this in both : QDZM107.000
ZS
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
Fine for me too, make sure you have latest SB-Prime and required extensions (LitDev and SmallBasicANN). Also I have to uncomment File commands after download.
Posts: 136
Threads: 10
Likes Received:
37 in 31 posts
Likes Given: 29
Joined: Oct 2023
Reputation:
3
LitDev, Z-S,
Thanks for checking out. I don't have a clue as why this does this on my laptop, It doesn't do it in regular Small Basic and since this is the only program that it does it on I am not going to worry about it.
JR