I am currently writing a SPRX vsh plugin and I am experiencing some crashes after consecutively reading from the file system. The system just freezes at the current frame and I have to click the start button and wait about 10 seconds for a triple buzzer, which shuts it off.
Do I need to convert to DEX, is there some sort of debugger I can use in ProDG?
I fixed this, it was a heap memory leak in another library I used libpsutil: https://github.com/skiff/libpsutil/pull/7/commits/437038680d273ab8e3a0e215579e6699e8aad826
however I would still like to know if it's possible to debug crashes
Do I need to convert to DEX, is there some sort of debugger I can use in ProDG?
I fixed this, it was a heap memory leak in another library I used libpsutil: https://github.com/skiff/libpsutil/pull/7/commits/437038680d273ab8e3a0e215579e6699e8aad826
however I would still like to know if it's possible to debug crashes
Last edited by a moderator: