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

Added a section for Python debugging #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stackoverflow/nodebugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ For a tutorial using the [Gnu Debugger](http://www.gnu.org/software/gdb/) to deb
#### MATLAB {#matlab}
To learn how to debug your MATLAB program in the MATLAB editor, [visit this link](https://www.mathworks.com/help/matlab/matlab_prog/debugging-process-and-features.html).

#### Python (#python)
[pythontutor.com](https://pythontutor.com/) is a beginner friendly online tool to run and debug your Python, Java, C, C++, JavaScript, and Ruby code. Additionally, Thonny is a beginner friendly IDE for Python that you can download from [thonny.org](https://thonny.org/).

#### Your favorite IDE
Have a favorite IDE/Language combo you want to add to this list? [Submit your addition here!](https://github.com/WillSullivan/IDownvotedBecause/edit/master/{{ page.path }})

Expand Down