Skip to content

Commit

Permalink
fixed title
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri Eival committed Dec 25, 2019
1 parent 131d702 commit ce6e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pycharm-remote-debugging-on-k8s/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debugging a python application running on kubernetes with Pycharm(breakpoints)
# Debugging a python application running on kubernetes with Pycharm(with breakpoints and the whole shebang)
One of the pains of running a containerized application on kubernetes is the inability to debug it with a normal IDE.
With Python, there are nice solutions for remote debugging such as [remote-pdb](https://pypi.org/project/remote-pdb/) but it would never be as convenient as debugging your application with a real IDE.

Expand Down

0 comments on commit ce6e25d

Please sign in to comment.