- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I am running Fortran v10.1.
I am fairly new to IVF so forgive if this is a dumb question.
Are there any compiler options that will generate a Source Code Listing with Variable Cross References etc.?
Thanks,
Regards,
Leigh
I am running Fortran v10.1.
I am fairly new to IVF so forgive if this is a dumb question.
Are there any compiler options that will generate a Source Code Listing with Variable Cross References etc.?
Thanks,
Regards,
Leigh
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Leigh Wardle
Hi everyone,
I am running Fortran v10.1.
I am fairly new to IVF so forgive if this is a dumb question.
Are there any compiler options that will generate a Source Code Listing with Variable Cross References etc.?
Thanks,
Regards,
Leigh
I am running Fortran v10.1.
I am fairly new to IVF so forgive if this is a dumb question.
Are there any compiler options that will generate a Source Code Listing with Variable Cross References etc.?
Thanks,
Regards,
Leigh
In a recent thread, Steve Lionel indicated that this is still on Intel's TO DO list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - David White
In a recent thread, Steve Lionel indicated that this is still on Intel's TO DO list.
Thanks, David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One of the most delightful and timesaving features of Visual Studio (at least in the VB editor) is that when you rightclick on a variable one of the choices is "Find all references". Clicking this item produces just that, withfile name, line number and source line all shown in the "Find Symbol Results" window at the bottom. It's a complete summary of where the variable is defined and used throughout the project
While this won't completely supplant all usesof a cross-reference listing, it sure does a nice job for most of them, and you don't need to search through a list of all variables when you are really only interested in one.
I'm wondering if this will ever find it's way into the IVF editor? Did I mention it really saves a lot of time?
While this won't completely supplant all usesof a cross-reference listing, it sure does a nice job for most of them, and you don't need to search through a list of all variables when you are really only interested in one.
I'm wondering if this will ever find it's way into the IVF editor? Did I mention it really saves a lot of time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's the "source browser" feature and the editor is the tiniest part of it. It requires a lot of support in the compiler. It too is something still being looked at. Unfortunately, Microsoft tells us that the method we know how to use will be removed in a future version of Visual Studio, so that doesn't help things much...
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