solo-io / kubesquash

A debugger for Kubernetes applications.
228 stars 15 forks source link

Provide Python debugger #1

Closed webwurst closed 5 years ago

webwurst commented 6 years ago

Just creating this issue so that I am subscribed for this. Happy to test when something shows up in this direction :)

yuval-k commented 6 years ago

What's your python debugger that you use? to my understanding there is standard debugger that allows you to attach to a running python process, so would love to have more insight here!

Any other feedback is appriciated

mafrosis commented 5 years ago

pdb is the standard Python debugger, available in all versions.

ipdb is a more fully-featured alternative that requires a bunch of additional python package dependencies.

inviscid commented 5 years ago

I would be interested in helping add this feature but would need some guidance to get started. Would also like to add some integration to PyCharm if possible too.

yuval-k commented 5 years ago

we are actually in the process of making all the squash debuggers work in kubesquash as well. this should happen in the next few weeks. closing as answered.