External Editor: add info about debugger setting option (#6253)

* External Editor: add info about debugger setting option

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
yed podtrzitko
2022-10-04 18:11:09 +07:00
committed by GitHub
parent ab5d273424
commit c6406c876a
3 changed files with 14 additions and 4 deletions

View File

@@ -46,10 +46,17 @@ Some example Exec Flags for various editors include:
| Emacs | ``emacs +{line}:{col} {file}`` |
+---------------------+-----------------------------------------------------+
.. note:: For Visual Studio Code, you will have to point to the ``code.cmd``
.. note:: For Visual Studio Code on Windows, you will have to point to the ``code.cmd``
file. For Emacs, you can call ``emacsclient`` instead of ``emacs`` if
you use the server mode.
Using External Editor in Debugger
---------------------------------
Using external editor in debugger is determined by a separate option in settings.
For details see :ref:`Script editor debug tools and options <doc_debugger_tools_and_options>`.
Official editor plugins
-----------------------