Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. callers graph?

callers graph?

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studiodata-structureshelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rschuler
    wrote on last edited by
    #1

    A few months back I made the switch from MSVC 6.0 to visual studio .NET 2003. I have found the new version of every feature of MSVC 6.0 that I uses save one. The call / callers graphs. For those unfamiliar with the call graphs you could select or type in a function name, and get a tree view of all the functions it it calls, and the functions they call (and the functions they they call...). You could also go the other direction select or type in a function name and get a tree view of all the functions that call it, and functions that call them, (and functions that call them...) This functionality must exist in VS .NET 2003. But where? Even after trolling through the help for a while I have not yet found it. Anybody know where the call(ers) graphs have gone?

    K C 2 Replies Last reply
    0
    • R rschuler

      A few months back I made the switch from MSVC 6.0 to visual studio .NET 2003. I have found the new version of every feature of MSVC 6.0 that I uses save one. The call / callers graphs. For those unfamiliar with the call graphs you could select or type in a function name, and get a tree view of all the functions it it calls, and the functions they call (and the functions they they call...). You could also go the other direction select or type in a function name and get a tree view of all the functions that call it, and functions that call them, (and functions that call them...) This functionality must exist in VS .NET 2003. But where? Even after trolling through the help for a while I have not yet found it. Anybody know where the call(ers) graphs have gone?

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      It doesn't exist. I don't know whether it's been brought back in VS 2005. I've not really used VC 7 in anger since it came out - whenever I have to do C++ it's still in VC 6, otherwise I've been doing C# - but the call / callers graph was something I used frequently especially when maintaining others' code. Kevin

      1 Reply Last reply
      0
      • R rschuler

        A few months back I made the switch from MSVC 6.0 to visual studio .NET 2003. I have found the new version of every feature of MSVC 6.0 that I uses save one. The call / callers graphs. For those unfamiliar with the call graphs you could select or type in a function name, and get a tree view of all the functions it it calls, and the functions they call (and the functions they they call...). You could also go the other direction select or type in a function name and get a tree view of all the functions that call it, and functions that call them, (and functions that call them...) This functionality must exist in VS .NET 2003. But where? Even after trolling through the help for a while I have not yet found it. Anybody know where the call(ers) graphs have gone?

        C Offline
        C Offline
        Christof Schardt
        wrote on last edited by
        #3

        It's really gone. But I read somewhere on the MS-Site that it shall be back in VS2005. There are many people around, which are unhappy with 2003 vs VC6. See for examaple this thread. I still stick with VC6 despite the bad compiler, because the workflow is much better. If anybody has succeeded to integrate the C++-engine ov VS2003 intzo the VC6-IDE (compiler and libraries), I would appreciate any assistance. Christof

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups