bazzer747 25 Posted May 23, 2022 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
Pat Foley 51 Posted May 23, 2022 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
Uwe Raabe 2057 Posted May 23, 2022 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