Skip to content

Commit

Permalink
Fixes md formatting and updates links to latest python version (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio authored Nov 23, 2023
1 parent be766a5 commit 7f5996b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch03tests/06Debugger.ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
# [Visual Studio](http://msdn.microsoft.com/en-us/library/bb483011.aspx)
# * Linux: [DDD](https://www.gnu.org/software/ddd/)
# * all platforms: [eclipse](http://www.eclipse.org), [gdb](http://www.sourceware.org/gdb/) (DDD and
# eclipse are GUIs for gdb)
# eclipse are GUIs for gdb), [dap](https://microsoft.github.io/debug-adapter-protocol/)
# * python: [spyder](https://www.spyder-ide.org/),
# * [pdb](https://docs.python.org/3.6/library/pdb.html)
# [pdb](https://docs.python.org/3/library/pdb.html).
# * R: [RStudio](http://www.rstudio.com/ide/docs/debugging/overview),
# [debug](http://stat.ethz.ch/R-manual/R-devel/library/base/html/debug.html),
# [browser](http://stat.ethz.ch/R-manual/R-devel/library/base/html/browser.html)
# [browser](http://stat.ethz.ch/R-manual/R-devel/library/base/html/browser.html).

# %% [markdown]
# ### Using the python debugger
Expand Down

0 comments on commit 7f5996b

Please sign in to comment.