Crash in unsafe block

  • Thread starter Thread starter Per Rasmussen
  • Start date Start date
P

Per Rasmussen

I do some momery copying in an unsafe block but it crashes my app without
any exceptions. Is there an easy/smart way to debug unsafe C# code?

Thanks in advance,
Per Rasmussen.
 
I think you misunderstand. My problem is in UNSAFE C# code, not in unmanged
code. I do not believe I can use your suggested approach because I will get
the very problem the article is trying to overcome, which is that you cannot
debug C# code in eVC and you cannot debug native (C++) in a .NET project in
VS. Right?

I did read your "No promises" note, I am just pointing out that this
approach is not possible. Any other ideas would be very welcome.

Per Rasmussen.
 
Re-read his link. It shows you haw you *can* debug unmanaged code from a
managed project.

-Chris
 
Back
Top