How to stop the debugger from going into delphi given units
delphi, delphi-xe4, system
Solution
To avoid trace into the Delphi RTL units when you press F7, You must uncheck the option Use debug .dcus
Problem
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. How can i turn this function off. I am using Delphi XE4 Architect