This isn't working. In VSC at least, the (:debug) function is called regardless of running it with Start Debugging or not.
Is there a way to select in VSC if I run my code with the debug or release code blocks?
My desire is to compile a release edition with a smaller memory footprint, but run with the debug blocks in VSC when needed.