Skip to content

Is that possible we can print the parameters of the function? #31

Open
hpp0hpp opened this issue Oct 21, 2021 · 4 comments
Open

Is that possible we can print the parameters of the function? #31

hpp0hpp opened this issue Oct 21, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@hpp0hpp
Copy link

hpp0hpp commented Oct 21, 2021

Maybe only the String parameter

@Impact-I
Copy link
Contributor

Impact-I commented Oct 21, 2021

Hi @hpp0hpp ,
At the moment, the output of the code is at the beta stage. Please take a look at the To Do list

  • Display absolute code offset for functions;
  • Extract more strings and fields;

For the label "New feature or request", describe in more detail what you want, preferably with a sample code on Dart. Do you mean type or value?

Thanks

@hpp0hpp
Copy link
Author

hpp0hpp commented Oct 22, 2021

For the label "New feature or request", describe in more detail what you want, preferably with a sample code on Dart. Do you mean type or value?

Hi @Impact-I ,
This is really a great job. I mean, is that possible to use dartVM not only print out the function name, maybe also print out the parameters value and return value during the runtime?

this is more easier to understand what the code is doing.

@Impact-I
Copy link
Contributor

@hpp0hpp, The functions are output when reading a snapshot, and not when calling functions, so it is not known which string will be passed to this or that function. I'll see what can be done in the future, maybe I can find a way.

@Impact-I Impact-I added the enhancement New feature or request label Oct 24, 2021
@hpp0hpp
Copy link
Author

hpp0hpp commented Feb 2, 2022

@Impact-I
Hi, do you have plan for this feature to print out the parameters value?

Or can you guide me a way to do this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants