Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 854 Bytes

index.md

File metadata and controls

21 lines (13 loc) · 854 Bytes

Scripts debugging

Debugger

If your script is producing unexpected result at runtime, you can debug it. There are several ways to do it. Te easiest one is to use Debug.Log. Then you can preview the output in Debug window.

Debug window

Code Editor

Flax supports various code editors integrations and allows to integrate cstom ones via plugins. You can use editor options to change the current editor (in Source Code tab).

Source Code Editor

Using a debugger

The best way to debug you code is to use an IDE such as Visual Studio. See the dedicated documentation: