From 7f5996b0dfdd60452392c19e697de027164ad6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A9rez-Su=C3=A1rez?= Date: Thu, 23 Nov 2023 09:05:23 +0000 Subject: [PATCH] Fixes md formatting and updates links to latest python version (#232) --- ch03tests/06Debugger.ipynb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ch03tests/06Debugger.ipynb.py b/ch03tests/06Debugger.ipynb.py index 9da1623a..b591616c 100644 --- a/ch03tests/06Debugger.ipynb.py +++ b/ch03tests/06Debugger.ipynb.py @@ -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