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

Improve debugging experience - implement dynamic view on PyObject #443

Closed
den-run-ai opened this issue Mar 28, 2017 · 2 comments
Closed

Comments

@den-run-ai
Copy link
Contributor

I watched this Dynamic C# course from pluralsight and found that implementing getdynamicmembernames gives a nice "dynamic view" option in the debugger.

Right now dynamic objects from Python to C# are black-box in the debugger.

https://www.pluralsight.com/courses/c-sharp-dynamic-fundamentals

https://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject.getdynamicmembernames(v=vs.110).aspx

@filmor
Copy link
Member

filmor commented Mar 29, 2017

Yes please. You could just forward to Python's dir function.

@den-run-ai
Copy link
Contributor Author

closed by #690

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

No branches or pull requests

2 participants