Open hpp0hpp opened 3 years ago
Hi @hpp0hpp ,
At the moment, the output of the code
is at the beta stage. Please take a look at the To Do list
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
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.
@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 Hi, do you have plan for this feature to print out the parameters value?
Or can you guide me a way to do this?
Maybe only the String parameter