d79e28c302
Support multiple debug protocols.
2020-05-12 15:09:13 +02:00
564f8ccc13
Use a different icon for the debugger tab with both warnings and errors
...
This makes it possible to see if both errors and warnings were
pushed without having to open the tab.
2020-05-09 15:29:13 +02:00
95a1400a2a
Replace NULL with nullptr
2020-04-02 13:38:00 +02:00
441f1a5fe9
Popups are now windows also (broken!)
2020-03-26 15:49:42 +01:00
3b47eb51e4
Update editor debugger to new remote debugger.
...
Shared RemoteDebuggerPeer code between client and server.
Move editor profilers inside editor/debugger folder.
2020-03-08 12:36:39 +01:00
540ca05a80
Threaded networking for editor debugger.
2020-03-08 12:16:09 +01:00
01afc442c7
Signals: Port connect calls to use callable_mp
...
Remove now unnecessary bindings of signal callbacks in the public API.
There might be some false positives that need rebinding if they were
meant to be public.
No regular expressions were harmed in the making of this commit.
(Nah, just kidding.)
2020-02-28 14:24:09 +01:00
8017a44098
Fix visuals of the new debugger editor
2020-02-22 12:39:44 -03:00
cbc450c0e5
Huge Debugger/EditorDebugger refactor.
2020-02-21 11:12:03 +01:00