简体   繁体   English

如何阻止调试器进入delphi给定单元

[英]How to stop the debugger from going into delphi given units

My problem is that when ever i try to step using F7 in my delphi debugger it goes into system units like System.SysUtils etc... I dont care about these units I just want to step my own code. 我的问题是,当我尝试在我的delphi调试器中使用F7时,它进入系统单元,如System.SysUtils等...我不关心这些单元我只是想要自己的代码。 How can i turn this function off. 如何关闭此功能? I am using Delphi XE4 Architect 我正在使用Delphi XE4 Architect

To avoid trace into the Delphi RTL units when you press F7 , You must uncheck the option Use debug .dcus 要在按F7时避免跟踪Delphi RTL单元,必须取消选中Use debug .dcus

在此输入图像描述

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

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