Is there a way to trigger a beep/alarm/sound when my breakpoint is hit? I\'m using Visual Studio 2005/2008.
You can create a macro that runs in response to a breakpoint firing. In your macro, you could do whatever it takes to make a beeping noise.