mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
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:
@@ -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
|
||||
-----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user