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

Can't get debugging working

warwickb
Beginner
612 Views
I get lots of messages such as the following when selecting Debug/Start after building or Rebuilding my project QWin1:

'qwin1.exe': Loaded 'C:Program FilesMicrosoft Visual Studio .NET 2003INTEL FORTRANQWin1ReleaseQWin1.exe', Symbols loaded.
'qwin1.exe': Loaded 'C:WINNTsystem32NTDLL.DLL', Cannot find or open a required DBG file.
'qwin1.exe': Loaded 'C:WINNTsystem32USER32.DLL', Cannot find or open a required DBG file.

These messages occurred before and after I changed Project/Properties/Linker/Debug options to
(a) Generate Debug Info (Yes)
(b) Debuggable Assembly (Runtime tracking and disable optimisations)
I also changed the Fortran/General/Optimise to "Disable" and re-built QWin1 still with the same result.

I put a break point in at line 3 of my 6-line "Hello World" program but the program goes straight through to the end when using Debug/Start. Note that I was able to "Step Into" right at the start into some initial C code.

Regards, Warwick
0 Kudos
1 Reply
warwickb
Beginner
612 Views
I'm sorry. Looking at the compiler log I discovered that I had the Release option instead of the Debug option in the Project/Configuration Manager, as I had previously tried to get rid of these messages by doing a "Release" version.

So many places to go wrong!

Warwick
0 Kudos
Reply