DEBUG_FLAG_DUMB_CLIENT:null = 1
Flag is set if the remotely debugged project is expected to use the remote file system. If set,
gen_export_flags will append
--remote-fs and
--remote-fs-password (if [member EditorSettings.filesystem/file_server/password] is defined) command line arguments to the returned list.
DEBUG_FLAG_REMOTE_DEBUG:null = 2
Flag is set if remote debug is enabled. If set,
gen_export_flags will append
--remote-debug and
--breakpoints (if breakpoints are selected in the script editor or added by the plugin) command line arguments to the returned list.
DEBUG_FLAG_REMOTE_DEBUG_LOCALHOST:null = 4
Flag is set if remotely debugged project is running on the localhost. If set,
gen_export_flags will use
localhost instead of [member EditorSettings.network/debug/remote_host] as remote debugger host.
DEBUG_FLAG_VIEW_COLLISIONS:null = 8
Flag is set if the "Visible Collision Shapes" remote debug option is enabled. If set,
gen_export_flags will append the
--debug-collisions command line argument to the returned list.
DEBUG_FLAG_VIEW_NAVIGATION:null = 16
Flag is set if the "Visible Navigation" remote debug option is enabled. If set,
gen_export_flags will append the
--debug-navigation command line argument to the returned list.