Aspire CLI should show PID when `--wait-for-debugger` passed
Open
area-cli
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Currently, when I pass the `--wait-for-debugger` flag to the `aspire` commands I don't receive any information about the PID associated with the app host process. It would be great if the output displayed the PID I should attach my debugger to.
```
$ aspire publish --wait-for-debugger
🛠 Generating artifacts...
🐛 Waiting for debugger to attach to app host process (PID: 53522)
```
Contributor guide
Assessment
This issue has not been assessed yet.