Skip to content

Commit 7f5996b

Browse files
authored
Fixes md formatting and updates links to latest python version (#232)
1 parent be766a5 commit 7f5996b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ch03tests/06Debugger.ipynb.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
# [Visual Studio](http://msdn.microsoft.com/en-us/library/bb483011.aspx)
2525
# * Linux: [DDD](https://www.gnu.org/software/ddd/)
2626
# * all platforms: [eclipse](http://www.eclipse.org), [gdb](http://www.sourceware.org/gdb/) (DDD and
27-
# eclipse are GUIs for gdb)
27+
# eclipse are GUIs for gdb), [dap](https://microsoft.github.io/debug-adapter-protocol/)
2828
# * python: [spyder](https://www.spyder-ide.org/),
29-
# * [pdb](https://docs.python.org/3.6/library/pdb.html)
29+
# [pdb](https://docs.python.org/3/library/pdb.html).
3030
# * R: [RStudio](http://www.rstudio.com/ide/docs/debugging/overview),
3131
# [debug](http://stat.ethz.ch/R-manual/R-devel/library/base/html/debug.html),
32-
# [browser](http://stat.ethz.ch/R-manual/R-devel/library/base/html/browser.html)
32+
# [browser](http://stat.ethz.ch/R-manual/R-devel/library/base/html/browser.html).
3333

3434
# %% [markdown]
3535
# ### Using the python debugger

0 commit comments

Comments
 (0)