- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When using the debugger, it keeps jumping into C and asm code when I am executing line by line. I am only interested in the Fortran code, how can I stop the debugger jumping into, e.g. memcpy.asm?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use "Step Over" and not "Step Into"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
A few timeswe have experienced that a Fortran project in Visual Studio for some odd reason (e.g. accidentaly changing compiler settings in an unfortunate manner), may not display debug info in the correct way. A nice workaround that always works, is then to define the project again using the Fortran Project Setup Wizard in Visual Studio, and then to include all your source code files again. This should not take long, but will surely set all settings back to default values, and debugging becomes a piece of cake!
Hope this works,
Lars Petter

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