summaryrefslogtreecommitdiff
path: root/core/debugger/remote_debugger.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-07-21Fix editor re-focus on debugger break on WindowsPedro J. Estébanez
2022-07-01Fixing Print_rich which only displays correctly in terminalVoylin
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-05-05Rename profiler "Idle Time" to "Process Time"Hugo Locurcio
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-06[Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-03Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-03-04RemoteDebugger: Fix possible division by zeroRémi Verschelde
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-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
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-05-07Merge pull request #38522 from ThakeeNathees/printing-empty-string-fixRémi Verschelde
2020-05-07Fix: printing empty string does nothing in editor output pannelThakee Nathees
2020-05-01Format remote printerr properly in script debugger outputPouleyKetchoupp
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-10Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix profiler frame number stops updating when window is minimizedSkyJJ
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-11Fix various typosluz.paz
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli