hi,
i'm using the ide for running a long task (1 hour each run) that needs daily changes in code (=> not using release mode).
during that time i'm doing other things around the room.
sometimes the debug run stops on an error (that's ok. expectable.)
i'll be glad to hear a sound that will notify me when that happens.
thank you
I wouldn't use debug for anything else other than debugging your app. If you run your app in release mode then you can handle the Application_Error event and make a sound.
I would use debug for anything else other than debugging your app. If you run your app in release mode then you can handle the Application_Error event and make a sound.