I have an win32-application using an c# callback invoked from native code. Running the programm normally seems to work. Running with debugger makes the program crash as soon as an breakpoint in the callback is reached. What can be done to preven this? Has anyone success in debugging such code? Elmar