Hi there,
I have encountered an issue while doing some preliminary work using PostSharp. It seems that if I have an application that is post compiled by PostSharp, any breakpoints that I set within the class being modified or even outside of the class no longer work. I have opened the same solution in Visual Studio and the break points work correctly there, so I am confident that PostSharp has not done something weird with the pdb file.
This behaviour is quite reproduceable. You simply need to down load the Postsharp source here. http://www.postsharp.org/projects/postsharp
Open the PostSharp.Samples.Aggregate solution, open Program.cs and put a break point on line 65 " list.Add(5);"
In Visual studio the debugger will break on this line, in SharpDevelop it will not.
Hopefully this is enough info for you. If not let me know and I will try to provide more.
John