在 Delphi XE2 中同时调试多个应用程序
是否可以在一台机器上同时在 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。
确保项目组中要调试的所有项目都已编译。然后右键单击每个要调试的项目并选择“运行”。
我刚刚在 XE2 中使用两个非常简单的 VCL 应用程序进行了尝试,它按预期工作,包括两个项目中的断点。
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.