Does Small-Basic has memory leak?

Nomestack 61 Reputation points
2021-09-22T23:28:51.273+00:00

I'm making a game using SayPlus and LitDev and while I was testing the game after a while when I pressed a keyboard key it had a little delay and then performed the action I wanted, and also I used SPSound.PlaySound() to play my sounds but they sometimes it does not play. I think Small-Basic has memory leak but I'm not sure. How can I fix this? Sometimes the game goes to the game over screen out of nowhere

Here's a video showing what's going on: https://youtu.be/dFJN6vaaVAI

(Update: The video isn't showing anything useful, but the errors keep going on)

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nonki Takahashi 676 Reputation points
    2021-10-08T10:30:05.343+00:00

    Hi @Nomestack ,
    I don't have any idea to debug your program...
    Small Basic is compiled to .Net binary. So I hope if a Small Basic program could be debugged with Visual Studio.

    0 comments No comments