Improve Debug with information for inherited functions #558
Closed
FilipHarald
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey @FilipHarald , this is a cool idea! I could see having some UI indicator next to inherited functions/vars + showing your contract functions/vars first... and inherited ones second. However not sure how easy it is to pull this off. If you want to do some digging: check Not sure if there is a better way, but feel free to explore! Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using SE for some time now to experiment with smart contracts. For me the debug UI is perfect for testing out the functions. However, once I start extending the contracts with existing standards like
Ownable
I get a bit confused which functions are inherited and which I wrote.My suggestion is that we either group the functions by where it is inherited from, or that we in some other way signal it to the developer.
I already have an idea on how to show it in the UI, but I'm first curious to hear if others think this is a good idea. And also, I need some guidance on how I can get these kind of information. I guess it's only available in compile-time?
Beta Was this translation helpful? Give feedback.
All reactions