Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 137533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:07:16+00:00 2026-05-11T07:07:16+00:00

I often accidently step into code that I’m not interested in while debugging in

  • 0

I often accidently step into code that I’m not interested in while debugging in Delphi.

Let’s start by saying that I know that you can step over with F8, and that you can run to a certain line with f4.

Example:

function TMyClass.DoStuff():Integer; begin   // do some stuff   bla(); end;  procedure TMyClass.Foo() begin   if DoStuff()=0 then // press F7 when entering this line     beep; end; 

Example: I want to step into method DoStuff() by pressing F7, but instead of going there, I first end up in FastMM4.FastGetMem(), which is a massive blob of assembly code that obviously I’m not interested in at the moment.

There are several ways to go about this, and I don’t like any of them:

  • Add a breakpoint on ‘bla‘ (almost useless if you only want to step into DoStuff on special occasions, like iteration 23498938);

  • Instead of pressing F7, manually move the cursor to ‘bla‘, and press F4 (Works for this simple example. In practice, it doesn’t);

  • In case of FastMM: temporarily disable fastmm;

Is there any way to hint the IDE that I’m never interested into stepping into a certain block of code, or do I always have to set extra breakpoints or use F4 to try to avoid this?

I’m hoping for some magic compiler directive like {$NODEBUG BEGIN/END} or something like that.

In most cases being able to exclude entire units would be fine-grained enough for me, but being able to avoid certain methods or even lines of code would be even better.

Update: Maybe codegear should introduce something like skip-points (as opposed to break-points) 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:07:16+00:00Added an answer on May 11, 2026 at 7:07 am

    There is a ‘magic nodebug switch’. {$D-} will disable the generation of debug code. Place that at the top of your FastMM unit and you won’t end up tracing into it. And if you do end up in a function you don’t want to be in, SHIFT-F8 will get you out very quickly. (WARNING: Don’t use SHIFT-F8 from inside an assembly-code routine that plays around with the stack. Unpredictable behavior can result. F4 to the bottom of it instead.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 190k
  • Answers 190k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer To lookup a Remote Interface of a Session Bean with… May 12, 2026 at 6:03 pm
  • Editorial Team
    Editorial Team added an answer I was able to solve it by using the following… May 12, 2026 at 6:03 pm
  • Editorial Team
    Editorial Team added an answer Google's SMTP server is preventing using a from address other… May 12, 2026 at 6:03 pm

Related Questions

I often accidently step into code that I'm not interested in while debugging in
Is there a way to prevent a command from being added to the bash
I often click on rebuild by accident when I actually want to click build.
I often find myself using Integers to represent values in different spaces. For example...
I often find I want to write code something like this in C#, but

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.