简体   繁体   中英

Debug 2+ instances of same project with different config

I'm writing a distributed app and testing requires that I run more than one instance at a time.

Is it possible to debug two or more distinct instances of the same project (at the simplest, passing in different command-line options)?

Yes, attach to both processes (Debug -> Attach to Process). They will appear under the Processes debug window and their threads will be grouped/headed by process in the Threads window.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM