godot/editor/debugger
Hugo Locurcio 829c824755
Require ScriptInstance to be valid in the editor debugger
This fixes an issue with visual scripts spamming error messages
in the editor when running the project with the remote scene tree
visible.
2022-07-25 14:29:47 +02:00
..
debug_adapter Clean up Hash Functions 2022-06-20 12:54:19 +02:00
editor_debugger_inspector.cpp Require ScriptInstance to be valid in the editor debugger 2022-07-25 14:29:47 +02:00
editor_debugger_inspector.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_debugger_node.cpp Fix Debugger tab not updating when clearing errors 2022-06-06 01:27:09 +02:00
editor_debugger_node.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
editor_debugger_server.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_debugger_server.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_debugger_tree.cpp Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
editor_debugger_tree.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
editor_network_profiler.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_network_profiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_performance_profiler.cpp Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
editor_performance_profiler.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
editor_profiler.cpp Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
editor_profiler.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
editor_visual_profiler.cpp Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
editor_visual_profiler.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
script_editor_debugger.cpp Double check the selected tree item on error activated and error selected callbacks as the value might be nullptr which would cause a crash. 2022-07-06 16:24:26 +03:00
script_editor_debugger.h Add the button pressed to some signals in Tree 2022-05-21 17:16:52 +02:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00