doc/devdocs/tools/debugging-tools.md
PowerToys includes several specialized tools to help with debugging and troubleshooting. These tools are designed to make it easier to diagnose issues with PowerToys features.
/tools/FancyZonesHitTest//tools/FancyZonesDrawLayoutTest//tools/FancyZonesZonableTester//tools/MonitorPickerTool//tools/StylesReportTool/The Styles Report Tool is built separately from the main PowerToys solution:
nuget restore .\tools\StylesReportTool\StylesReportTool.sln
msbuild -p:Platform=x64 -p:Configuration=Release .\tools\StylesReportTool\StylesReportTool.sln
/tools/PowerRenameContextMenuTest//tools/verification-scripts//tools/CleanUp/When creating new debugging tools:
/tools/ directory