You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
This is a fairly straight forward change. Calling the following pydevd command from debug options handler should be enough. We may want to add option to show/hide return values in settings.
Pydevd allows us to show the return values of functions. It can be useful to see the return value without adding a explicit print.
Stepping over a function will display its return value in the locals window.
The text was updated successfully, but these errors were encountered: