when i get an unhadled error the dubbuger stops at the main procedure at -->"Application.Run(new Form1())" and the stack is empty. But if i run the application without the debuger a must more informative window pops up giving all the error info i want. How can i get the same behaviour when working inside the IDE

thnks in advance