- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why do I get a "no source code available" warning when I attempt to step into
Open (2,FILE=LICFILE_LOC//""//TRIM(ModName)//".lc",STATUS="OLD",IOSTAT=I)How do I stop this happening?
Also, how can I stop the debugger stepping into asm codes -- I only want to ever look at the Fortran code.
Thanks,
David
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Don't use step into - use step over unless you're positioned at a call to one of your Fortran routines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I have also had this happen on a call to my own routine, wherememcpy or check stack asm routines open before stepping into my routine.
Any ideas for this?
Thanks,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, that's something you will have to put up with. I don't think there's any way to tell the debugger to skip those. You can click the "step out" button which will take you to the end of the routine so you don't have to see all the assembly code.

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