Jump to content
bazzer747

Debug Points won't clear

Recommended Posts

Hi,

I'm using Delphi 10.4. When I set a debug point in my code it works fine. However, there are times when I'm in debug mode that I don't want my code to stop at that debug point so I remove it and press F9 to continue. If the debig point is, say, at the end; of a loop the app still stops at that point, even though the debug has been removed.

 

When I come out of the app the debug point has returned! I then remove it and run the app, and it still stops at that debug point.

 

Is there a place where I can see where it records where the debug points are so I can monitor what is going on? Is this a known bug that's resolved in a later version? Any suggestions would be appreciated. 

Share this post


Link to post
28 minutes ago, bazzer747 said:

Is there a place where I can see where it records where the debug points are so I can monitor what is going on? Is this a known bug that's resolved in a later version? Any suggestions would be appreciated. 

Use the Finder typing Debug should yield view breakpoints.    

Share this post


Link to post
2 hours ago, bazzer747 said:

Is there a place where I can see where it records where the debug points are

The breakpoints are store in the DSK file - either project or the project group one, depending what you have opened.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×