Вопрос

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