Results 1 to 5 of 5

Thread: Call hierarchy of procedures

  1. #1
    Join Date
    Jan 2009
    Posts
    36

    Call hierarchy of procedures

    Hello,
    I am using Visual studio 2008 & my project is in VB.net
    I want the call hierarchy of the procedures in the project.

    Regards,
    ArunJ

  2. #2
    Join Date
    May 2008
    Posts
    63

    Re: Call hierarchy of procedures

    I think this feature is included in the new version of Visual Studio 2010.

    For current situation what in my opinion you can do is to set a breakpoint in the beginning of the Sub or Function. When your program hits the breakpoint you can see the call stack in VB.

    I hope this helps you!

  3. #3
    Join Date
    Jan 2009
    Posts
    36

    Re: Call hierarchy of procedures

    I am actually looking for a tool to do this since its quite a big program with a lot of functions & numerous paths to it.
    call hierarchy will help me to back-track the call paths.

  4. #4
    Join Date
    May 2008
    Posts
    115

    Re: Call hierarchy of procedures

    Hi,
    Well I dont know about such tool but i would like to know why you need such kind of tool? Only for Call hierarchy? Or anything else you need to track?

  5. #5
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Call hierarchy of procedures

    Whats with code like:

    Code:
    if foo:
       def myfunc():
           ... do something
    else:
       def myfunc():
           ... calling your_func()

    A Language where the program calling hierarchie depends on runtime
    calculations is not able to provide good refactoring tools or static
    flow analysis. This is the huge difference to a language like
    Smalltalk where we live in an image.

Similar Threads

  1. Replies: 5
    Last Post: 24-07-2011, 10:31 PM
  2. Unit Hierarchy in Supreme Ruler Cold War
    By Hiller in forum Video Games
    Replies: 7
    Last Post: 23-07-2011, 10:36 PM
  3. Quality Hierarchy of Bioware games
    By Atticus in forum Video Games
    Replies: 5
    Last Post: 01-07-2011, 07:47 PM
  4. iMac CPU Hierarchy?
    By Paqway in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 25-10-2010, 09:46 AM
  5. Attributes protected in a hierarchy of classes
    By KALIDA in forum Software Development
    Replies: 3
    Last Post: 15-10-2009, 10:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,724,677.65342 seconds with 16 queries