I have some issues with my Windows Forms UserControl and am unable to place it in a form. I'm trying to find the problem using design time debugging with devenv.exe but whatever I try, breakpoints are ignored. At first I had the "breakpoint will not be hit, no symbols for this document" warning but I fixed it and now there is no warning.
I know this has been answered may times, but none of these have worked for me and all out of options
- Enabling DEBUG constant
- Setting debug info to full
- Disabling Just my code
- Making sure the breakpoint is in the right place to be hit
- Making sure I use the debug option before launching
- Making sure I'm attached to the right process (there is only one available)
- Setting the project as startup
- Running VS as an administrator
- Disabling Step over properties and operators