NO Debugging of AC source code Root › Technical support › Troubleshooting This topic has 3 replies, 2 voices, and was last updated 15 years, 4 months ago by Neon. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 29, 2009 at 1:57 pm #33083 mhapsParticipant How can I prevent Delphi 6 from jumping into AC units when debugging with single step F7? June 29, 2009 at 2:38 pm #39752 NeonParticipant Maybe by pressing F8? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” /> June 29, 2009 at 3:18 pm #39755 mhapsParticipant F8 is not what I want. I have code like myProcedure( sCustomComboEdit1.text ); I'd like to debug myProcedure not sCustomComboEdit.pas, see? June 29, 2009 at 7:59 pm #39757 NeonParticipant I'd place a breakpoint inside procedure and avoid all unnecessary steps while debugging. Otherwise I suppose that can't be done. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting