It seems that if I put a breakpoint somewhere in my Visual Studio it doesn’t do anything if I compile my app in Debug mode. (like the code never reaches that point although it actually does). Is there another way for debugging with Mono?(using VS IDE)
What am I doing wrong, why can’t I debug?
I bet you it has to do with symbols. Breakpoints will be ignored if symbols cannot be understood by Visual Studio and to my knowledge Visual Studio only reads PDB files while Mono has it’s own format. Now, I think you can produce PDB files with Mono but have you checked that the symbols are OK?