简体   繁体   English

调试期间Delphi和代码完成

[英]Delphi and code completion during debug

When I run/debug my project the code completion doesn't work. 当我运行/调试我的项目时,代码完成不起作用。 Is it possible to use code completion during debug/run? 是否可以在调试/运行期间使用代码完成?

Code completion 'handles' such as ctrl+click and mouse-hover-over are replaced with 'variable inspection tools' when debugging, but ctrl+space still works I think (at least in the Delphi 7 I'm still using.) Delphi 7 also allows multiple instances to be open, and I find the auto-update of the editor works well, so you could use one instance to debug, and one to edit (with code completion). 代码完成'句柄',如ctrl + click和鼠标悬停在调试时被'变量检查工具'替换,但ctrl + space仍然可以工作我认为(至少在Delphi 7中我还在使用。)Delphi 7还允许打开多个实例,并且我发现编辑器的自动更新效果很好,因此您可以使用一个实例进行调试,使用一个实例进行编辑(使用代码完成)。 You only need to stop debugging in the one instance to be able to compile/build with the other. 您只需要在一个实例中停止调试,以便能够使用另一个实例进行编译/构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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