This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
63a08f249300a273abf2ce47d629cf7dfc8a7c07
godot
/
editor
/
debugger
History
Rémi Verschelde
4baa634937
Merge pull request
#84895
from rsubtil/fix_dap_race_condition
...
Prevent race condition on initial breakpoints from DAP
2024-01-09 15:30:44 +01:00
..
debug_adapter
Prevent race condition on initial breakpoints from DAP
2023-11-14 15:56:03 +00:00
editor_debugger_inspector.cpp
…
editor_debugger_inspector.h
…
editor_debugger_node.cpp
Fix debugger behaviour with multi-session debugging:
2023-10-06 19:20:37 +01:00
editor_debugger_node.h
Fix debugger behaviour with multi-session debugging:
2023-10-06 19:20:37 +01:00
editor_debugger_server.cpp
…
editor_debugger_server.h
…
editor_debugger_tree.cpp
[Editor] Replace
ERR_FAIL_COND
with
ERR_FAIL_NULL
where applicable
2023-09-15 20:15:39 +02:00
editor_debugger_tree.h
…
editor_file_server.cpp
…
editor_file_server.h
…
editor_performance_profiler.cpp
[Editor] Replace
ERR_FAIL_COND
with
ERR_FAIL_NULL
where applicable
2023-09-15 20:15:39 +02:00
editor_performance_profiler.h
…
editor_profiler.cpp
Fix missing time for some script functions in profiler
2023-12-19 19:42:21 +01:00
editor_profiler.h
Fix missing time for some script functions in profiler
2023-12-19 19:42:21 +01:00
editor_visual_profiler.cpp
…
editor_visual_profiler.h
…
script_editor_debugger.cpp
Merge pull request
#84445
from Rubonnek/add-const-references-clang-tidy
2024-01-04 14:25:33 +01:00
script_editor_debugger.h
…
SCsub
…