strangely enough it crashes either in my function or before it depending on what functions I have defined somehow?
g
Gavin Ray
10/11/2021, 3:50 PM
You might try profiling it with something like Tracy, which should make the callstack + exception-throwing call easier to digest:
https://github.com/wolfpld/tracy
Gavin Ray
10/11/2021, 3:54 PM
This requires a bit of setup in the code itself though
If you want to avoid that, then you might try