문제

How can i trace related entities as like an expression tree?For instance; i have foo() method.This method calls and pass various paramters to DoIt() method.Followed example may be help about my question.

Foo() : return type : void
 |
 +---> DoIt(param:String) : return type : void
도움이 되었습니까?

해결책

You can use the Runtime Flow tool to trace function calls with parameters and return values.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top