NO Debugging of AC source code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.