File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
# [Visual Studio](http://msdn.microsoft.com/en-us/library/bb483011.aspx)
25
25
# * Linux: [DDD](https://www.gnu.org/software/ddd/)
26
26
# * 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/)
28
28
# * 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).
30
30
# * R: [RStudio](http://www.rstudio.com/ide/docs/debugging/overview),
31
31
# [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).
33
33
34
34
# %% [markdown]
35
35
# ### Using the python debugger
You can’t perform that action at this time.
0 commit comments