It is impossible to read when the highlight is purple.
Here it is:
Process_Fragment2.JPG

Place a DebugBreak in your code, as Igor already mentioned:

http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx

Then when the DebugBreak is called, you are then given the option to debug.
Here is extract of code with DebugBreak:
DebugBreak_code.JPG

Unfortunately it doesn't catch control, at other side it has impact on .DLL loading. It's failed:
DebugBreak_result.JPG

Regards,

Pavel.