summaryrefslogtreecommitdiffstats
path: root/core/debugger/engine_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli2020-05-121-15/+29
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Fix -Wshadow=local warning in EngineDebuggerRémi Verschelde2020-03-101-3/+3
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+186