简体   繁体   中英

Debug Multiple Apps at once in Delphi XE2

Is it possible to debug multiple applications, on one machine, in Delphi XE2 at the same time? I have two (actually, three, but the middle one works fine) that send messages to each other. I would like to be able to debug both programs at the same time. Is this possible? If so, how?

Thanks!

Yes, this is possible.

Make sure all of the projects you want to debug in your project group have been compiled. Then right click and select "Run" on each project you want to debug.

I just tried this in XE2 with two very simple VCL applications and it works as expected, including breakpoints in both projects.

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