I'm still kind of new to C#, but I like it...The problem I'm having involves the debugger. I recently started a new C# solution and copied and pasted a lot of code from a previous C# solution.
In this new solution, when an error is encountered, the program just hangs up and C# doesn't break back to debug mode where I can see the problem line, and, of course, the error. The only way out is to go back to Windows Start begin to Restart, and then cancel the Restart.
The issue doesn't happen when visiting the initial solution, nor when I create a different new solution. Could it be something in my code? I've read through similar issues, but none could really provide an answer. Though, I did learn how to explore the debug options and exceptions.