microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
121 stars 50 forks source link

Debugging instructions may need clarification with the latest VS 2022 & Child Process Power Tool since I couldn't get it to work #106

Closed Dave-Lowndes closed 8 months ago

Dave-Lowndes commented 8 months ago

Using the latest VS 2022 17.9.0 Preview 1 I'd been unable to debug the visualizer where previously (using some unrecorded version of VS 2019/22) I'd had no issue. Thanks to assistance from Austen Ott I've found I had to ensure that the Child Process Debugging Settings (Debug, Other Debug Targets) are set as follows:

image

It might be useful to add this information to the main topic documentation page, item 4. I don't recall having to do this the last time I debugged my visualizer, so whether that's my memory or something has changed since then, I don't know.

gregg-miskelly commented 8 months ago

We already had better instructions for setting up Child Process debugging here. But I modified step 4 to actually point at them.