Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

using debugger

rih5342
Beginner
694 Views

New user here.

This might be a .NET question but here goes...

How do you get the debugger to go throughyour source line by line?

The debuggergoes toWinMain and I never see my source.

Thanks in advance.

0 Kudos
2 Replies
Steven_L_Intel1
Employee
694 Views

To get the debugger to stop in your code, set a breakpoint at the first executable line you're interested in.

If you are calling a Fortran DLL from .NET (managed code), go to the properties of the .NET project and enable "Debugging of unmanaged code". If you don't do this, any breakpoints will be ignored.

Does this help? I'm not sure if this addresses what you asked.

0 Kudos
rih5342
Beginner
694 Views

Thats it. Thank you.

0 Kudos
Reply