NO Debugging of AC source code

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33083
    mhaps
    Participant

    How can I prevent Delphi 6 from jumping into AC units when debugging with single step F7?

    #39752
    Neon
    Participant

    Maybe by pressing F8? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    #39755
    mhaps
    Participant

    F8 is not what I want.

    I have code like

    myProcedure( sCustomComboEdit1.text );

    I'd like to debug myProcedure not sCustomComboEdit.pas, see?

    #39757
    Neon
    Participant

    I'd place a breakpoint inside procedure and avoid all unnecessary steps while debugging. Otherwise I suppose that can't be done.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.