- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When my program encounters an array index that is out of bounds, I want to see where in the code it happens. The debugger stops execution, but the call stack has only Windows routines, not my own subroutines. How can I get it to point to the error in my Fortran code?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To see where the error is occurring in your code, the option /traceback needs to be set. If you are using Visual Studio, it is under properties > Run-time > Generate Traceback Information. It is on by default in debug mode.
Annalee
Intel Developer Support
Annalee
Intel Developer Support
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To see where the error is occurring in your code, the option /traceback needs to be set. If you are using Visual Studio, it is under properties > Run-time > Generate Traceback Information. It is on by default in debug mode.
Annalee
Intel Developer Support
Annalee
Intel Developer Support

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page