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

Minimal debugging tools for Python #54

Open
DamnWidget opened this issue Sep 6, 2013 · 6 comments
Open

Minimal debugging tools for Python #54

DamnWidget opened this issue Sep 6, 2013 · 6 comments

Comments

@DamnWidget
Copy link
Owner

Add minimal debugging tools so the developer can place breakpoints and inspect variables (for example) using anaconda builder.

@ghost ghost assigned DamnWidget Sep 6, 2013
@NorthIsUp
Copy link
Contributor

+1 This would be a life saver. Do you have any ideas on how to implement this? I'd like to help.

@DamnWidget
Copy link
Owner Author

Unfortunately I am not using Python too much nowadays as I am using Golang more often, I would take a look at what PyDev is doing (as it have even a remote debugger that is pretty cool) to get some ideas from there.

@EivindArvesen
Copy link

I'm late to the party, but I'd also like to help.

Maybe Spyder could be leveraged.
The library provides a variable explorer (source) and debugging features, amongst other things.

@EivindArvesen
Copy link

I've been thinking more about this as of late.
The Sublime Text package Python Breakpoints shows how breakpoints may be implemented.

In addition to this and what I've mentioned in the previous comment I've also been inspired by the Atom package Hydrogen.

As I've got some spare time these days I'm thinking about trying to implement something.
Does anyone have any preference as to what variable inspection should look like?

@DamnWidget
Copy link
Owner Author

Hi @eivind88
Looking forward to see how you progress on that, we need contributors as I don't have too much time as I am not working with Python professionally anymore.

@EivindArvesen
Copy link

No progress on breakpoints or variable inspection as of yet, but I've hacked together a quick proof of concept for inline eval/exec of Python code.
evalpy

It's very much inspired by the functionality of the Hydrogen package for Atom (as seen below).
hydrogen

Is this something that you think would be appropriate as an Anaconda feature?

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

No branches or pull requests

3 participants