Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using visual studio 2012 ultimate edition .
when i debug application when run time eror raising line appear then debugger escape all line down and jumps to form.show () and shows the form.

I have :
1. project properties (debug) as
- configuration : Active Debug
- platform : Active cpu (x86)

2. In Solution properties >>common >> debug source file
Directories containing source file : nothing (seems problem is here , how to add )
Do Not Look for thease Source file : nothing

I tried :
- Reset visual studio development setting by
Tools >> import and export setting >> reset all Setting
- Removing file from solution Explorer properties >>common >>debug source file
>> Do Not Look for thease Source file

Any suggestion is appreciated
Thanks for help in advance
Posted

1 solution

Review your Debug/Exceptions settings in Visual Studio, [Main menu] => Debug => "Exceptions…" (Ctrl+D, E).

—SA
 
Share this answer
 
v2
Comments
[no name] 23-Jan-14 2:08am    
I got it ... thanks SA
Sergey Alexandrovich Kryukov 23-Jan-14 2:13am    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900