mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 19:50:59 +00:00
The minimal build configuration doesn't include HackStudio and SystemMonitor refused to run after trying to unveil a not exiting file. This change will just ignore this specific error for this specific file as if nothing really happened. The ability to quickly debug a process in HackStudio is not the main feature of the application and HackStudio itself is rather heavy to be put in the minimal configuration. Additionally, I find it unnecessary to disable/hide the 'Debug in HackStudio' action because build configurations are mostly for testing purposes anyway. You will get a 'No such file or directory' error in the console after activating the action though. :^) |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| GraphWidget.cpp | ||
| GraphWidget.h | ||
| main.cpp | ||
| MemoryStatsWidget.cpp | ||
| MemoryStatsWidget.h | ||
| NetworkStatisticsWidget.cpp | ||
| NetworkStatisticsWidget.h | ||
| ProcessFileDescriptorMapWidget.cpp | ||
| ProcessFileDescriptorMapWidget.h | ||
| ProcessMemoryMapWidget.cpp | ||
| ProcessMemoryMapWidget.h | ||
| ProcessModel.cpp | ||
| ProcessModel.h | ||
| ProcessStateWidget.cpp | ||
| ProcessStateWidget.h | ||
| ProcessUnveiledPathsWidget.cpp | ||
| ProcessUnveiledPathsWidget.h | ||
| ProcessWindow.gml | ||
| SystemMonitor.gml | ||
| ThreadStackWidget.cpp | ||
| ThreadStackWidget.h | ||