|
| |||||||||
| Tags: call hierarchy, procedure, vb net, visual studio |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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
| |||
| |||
| 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
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Call hierarchy of procedures" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quality Hierarchy of Bioware games | Atticus | Video Games | 5 | 01-07-2011 08:47 PM |
| What are the Sub Procedures in VB 6.0? | Acolapissa | Windows Software | 4 | 25-12-2010 04:39 AM |
| iMac CPU Hierarchy? | Paqway | Motherboard Processor & RAM | 5 | 25-10-2010 10:46 AM |
| What is SQL Stored Procedures? | technika | Software Development | 5 | 20-02-2010 05:00 PM |
| Attributes protected in a hierarchy of classes | KALIDA | Software Development | 3 | 15-10-2009 11:57 PM |