johnbarnes
Joined: 28 May 2014 Posts: 11 Location: Oxfordshire, UK
|
Posted: Thu Jun 05, 2014 11:33 am Post subject: How to invoke debugger on a running process? |
|
|
I have a FORTRAN dll compiled with FTN95 as Debug Win32. This dll is called by code in a .NET C# wrapper which is itself called from a .NET C# EXE.
When the process is running, I want to be able to debug the FORTRAN code, either by starting the debugger and attaching to the process or by planting something in the FORTRAN code that will invoke the debugger at run time.
How can I do that?
Thanks,
John |
|