Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-08 | Threaded networking for editor debugger. | Fabio Alessandrelli | |
2020-03-05 | Fix some bugs spotted by asan in editor debugger. | Fabio Alessandrelli | |
EditorDebuggerInspector is in tree, so it gets automatically deleted, when clearing errors the debugger should not fake a process notification. | |||
2020-02-28 | Signals: Port connect calls to use callable_mp | RĂ©mi Verschelde | |
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-24 | Remove this signal call that was mistakenly added in #36244 | nathanwfranke | |
The original change was in #36340 | |||
2020-02-23 | Fix Breakpoint compare in new Debugger. | Fabio Alessandrelli | |
Only used to keep the hashmap, but clearly bogus. | |||
2020-02-22 | Fix visuals of the new debugger editor | Michael Alexsander | |
2020-02-21 | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | |