Commit dc04ede1 authored by Mark Florisson's avatar Mark Florisson

'cy run' default interpreter documentation update

parent 23fd0614
...@@ -119,8 +119,10 @@ of these commands are analogous to their respective gdb command. ...@@ -119,8 +119,10 @@ of these commands are analogous to their respective gdb command.
.. function:: cy run .. function:: cy run
Run the program. The default interpreter is the interpreter cygdb is run Run the program. The default interpreter is the interpreter that was used
with (but can be overridden using gdb's ``file`` command). to build your extensions with, or the interpreter ``cygdb`` is run with
in case the "don't import debug information" option was in effect.
The interpreter can be overridden using gdb's ``file`` command.
.. function:: cy cont .. function:: cy cont
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment