0

How to use 'Reattach To Process' in 'Post-build event command line' VS2017?

I'm working on 'visual studio 2017' 'solution', I want to 'Reattach To Process' immediately after build.

I want to know how to use the command line for 'Reattach To Process'.

CW park
  • 21
  • 3

1 Answers1

0

a third option is to attach to the process by running from the Windows command line.

Try to use vsjitdebugger.exe -p <ProcessId> .

Document: Attach to running processes with the Visual Studio debugger

Minxin Yu - MSFT
  • 2,234
  • 1
  • 3
  • 14