Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizing Function Arguments #30

Open
dcupif opened this issue Dec 17, 2017 · 1 comment
Open

Visualizing Function Arguments #30

dcupif opened this issue Dec 17, 2017 · 1 comment
Labels

Comments

@dcupif
Copy link

dcupif commented Dec 17, 2017

Another quick suggestion: have you ever thought about including the values of the parameters passed to each function call?

I think that would be a nice addition.

@yiquanzhou
Copy link
Contributor

yiquanzhou commented Dec 19, 2017

Hi @dcupif, thanks again for the suggestion.

Recording the parameters and the return value of methods has been requested by many of our users. Unfortunately there are still some technical challenges to record all these values because this kind of instrumentation increases significantly the overhead and it generates very large amount of data.

However we are currently exploring options to respond to more specific use cases such as detecting the null value returned by methods. In the next release (expected in 1-2 weeks) you will be able to visualise the return value if it's null or a primitive.

Please let us know if you come up with any other specific use case on these values.

Thanks!
Yiquan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants