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

Debug and IVF8.1

ahasan
Beginner
515 Views
In CVF6 the debugger worked fine on a win 32 program I converted to IVF8.1. The problem occurs when a break point is set.During ececutionthe debug widow pops up when the breakpoint is reached.This,in turn, causes the win32 program to loose focus. Loosing focus causes a an EN_KILLFOCUS message to be generated whichin turn interferes with the dbugging process.
The problem did not exists with CVF6.1.The debug optionsfor both CVF and IVF were set todefaults.
To make sure the problem was not in my code, I generatedtwowin 32 *.exe debug files from simplistic code, one with IVF8.1 and the other with CVF6.1. As before the problem occurred with the IVF8.1, but not the CVF debugger.
Is there away that I can set the debug options in VS.net 2003so that this problem does not occur (or to mimic the CVF debugger defaults)?
Thanks for a reply.
0 Kudos
2 Replies
Steven_L_Intel1
Employee
515 Views
Not that I know of. This is all controlled by Visual Studio.
0 Kudos
ahasan
Beginner
515 Views
Thank you for the reply. That does help. I will do some additional research and if a solution is found I will post here.
0 Kudos
Reply