Sfoglia il codice sorgente

Document the lack of debugging support in Using the web editor

The editor debugger protocol is not implemented yet in HTML5.

(cherry picked from commit 2eedf45fde25ea5850725e390d15621331a4cbe4)
Hugo Locurcio 4 anni fa
parent
commit
48bc1fc595
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      getting_started/editor/using_the_web_editor.rst

+ 3 - 0
getting_started/editor/using_the_web_editor.rst

@@ -47,6 +47,9 @@ are currently missing:
 
 - No C#/Mono support.
 - No GDNative support.
+- No debugging support. This means GDScript debugging/profiling, live scene
+  editing, the Remote Scene tree dock and other features that rely on the debugger
+  protocol will not work.
 - No project exporting. As a workaround, you can download the project source
   using **Project > Tools > Download Project Source** and export it using a
   `native version of the Godot editor <https://godotengine.org/download>`__.