So I'm making a rhythm game. The annoying thing is when I hit a breakpoint, my audio keeps playing. So when I finish my debugging and continue, my audio stream is in a different place, and my game crashes because things aren't as expected in my code.

Is there a way I can make Audio always stop when hitting a breakpoint?