summaryrefslogtreecommitdiff
path: root/core/debugger/engine_debugger.cpp
AgeCommit message (Expand)Author
2022-07-21Fix editor re-focus on debugger break on WindowsPedro J. Estébanez
2022-05-16Replace most uses of Map by HashMapreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-09Use doubles for time in many other placesAaron Franke
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-10Fix -Wshadow=local warning in EngineDebuggerRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli