Skip to content

Commit cb17421

Browse files
authored
Add CmdPal debugging information (#48108)
## Summary of the Pull Request Adding information about using the Command Palette Visual Studio solution filter based on #47997 (comment). ## PR Checklist - [ ] Closes: #47997 ## Detailed Description of the Pull Request / Additional comments I found this really useful and couldn't see a reference to it anywhere else in the devdocs. Not sure if this is the best way to describe the process, but I think adding this information somewhere in the debugging doc would really help newcomers to CmdPal development!
1 parent f175a9c commit cb17421

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/devdocs/development/debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ The Shell Process Debugging Tool is a Visual Studio extension that helps debug m
9797
- Check Event Viewer for application crashes related to `PowerToys.Settings.exe`
9898
- Crash dumps can be obtained from Event Viewer
9999

100+
### Debugging Command Palette
101+
Command Palette can be easily debugged using the solution filter in `src/modules/cmdpal/Command Palette.slnf`. This will open Command Palette as its own Visual Studio solution that can be run and debugged directly in Visual Studio without the need for the Shell Process Debugging Tool.
102+
103+
100104
## Troubleshooting Build Errors
101105

102106
### Missing Image Files or Corrupted Build State

0 commit comments

Comments
 (0)