File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ given build type.
68
68
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
69
69
| ``--debug-server <uri> `` | |editor | Start the editor debug server (``<protocol>://<host/IP>[:<port>] ``, e.g. ``tcp://127.0.0.1:6007 ``) |
70
70
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
71
+ | ``--dap-port <port> `` | |editor | Use the specified port for the GDScript Debug Adapter Protocol. Recommended port range ``[1024, 49151] ``. |
72
+ +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
73
+ | ``--lsp-port <port> `` | |editor | Use the specified port for the GDScript Language Server Protocol. Recommended port range ``[1024, 49151] ``. |
74
+ +------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
71
75
| ``--quit `` | |release | Quit after the first iteration. |
72
76
+------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------+
73
77
| ``--quit-after `` | |release | Quit after the given number of iterations. Set to 0 to disable. |
You can’t perform that action at this time.
0 commit comments