1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Userland/DevTools
AnotherTest 29c8d34be7 HackStudio: Fix a misuse of dbgln() intended as dbgln_if()
This currently works accidentally, just because there's an overload for
`dbgln<bool>(...)` - it just bypasses the compiletime checks.
2021-02-23 13:59:33 +01:00
..
HackStudio HackStudio: Fix a misuse of dbgln() intended as dbgln_if() 2021-02-23 13:59:33 +01:00
Inspector Inspector: Add help documentation 2021-02-23 13:52:16 +01:00
IPCCompiler Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Playground Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Profiler Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00
UserspaceEmulator UserspaceEmulator: Fix an outln() format bug 2021-02-23 13:59:33 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00