@@ -22,6 +22,7 @@ You can fully control debugger execution from the :guilabel:`Debug` menu, :guila
2222
2323.. video :: /images/debugging/debugging-commands.webm
2424 :loop:
25+ :nocontrols:
2526 :alt: A Spyder IPython console window, showing debugging from toolbar
2627
2728Additionally, the :ref: `panes-editor ` shows the line of code the debugger is currently stopped on with an arrow.
@@ -37,6 +38,7 @@ Use the up and down arrows to recall previous commands, and press :kbd:`Tab` to
3738
3839.. video :: /images/debugging/debugging-autocompletion.webm
3940 :loop:
41+ :nocontrols:
4042 :alt: A Spyder IPython console window, showing autocompletion when debugging
4143
4244Furthermore, IPython's `magic functions `_ are available in debugging mode.
@@ -51,6 +53,7 @@ Finally, you can enter and execute multiline statements in Spyder's debugger jus
5153
5254.. video :: /images/debugging/debugging-multiline.webm
5355 :loop:
56+ :nocontrols:
5457 :alt: Debugger showing multiline debugger
5558
5659
@@ -78,6 +81,7 @@ There are several different ways to set and clear breakpoints:
7881
7982.. video :: /images/debugging/debugging-breakpoints.webm
8083 :loop:
84+ :nocontrols:
8185 :alt: Spyder showing setting conditional breakpoint
8286
8387You can access and edit local and global variables at each breakpoint through the :ref: `panes-variables `.
@@ -125,6 +129,7 @@ Use the ``%matplotlib`` magic to change to an interactive backend (e.g. ``%matpl
125129
126130.. video :: /images/debugging/debugging-matplotlib.webm
127131 :loop:
132+ :nocontrols:
128133 :alt: Debugger showing matplotlib interactive backend
129134
130135
0 commit comments