Jump to content
Henry Olive

Delphi 10.3 Debug

Recommended Posts

I wish everyone a healthy and a happy new year

After I moved my program from Delphi-XE to Delphi-10.3

I put a break point in a code line and the line's color changes to light purple which is OK.

When i run (F9) the application break point color change to Green and doesnt debug

In Delphi  Project/Options/Building/Delphi Compiler  section TARGET =  Debug Configuration - Windows 64 bit platform

Could someone please help ?

Thank You

 

 

Share this post


Link to post

There could be a whole bunch of reasons but we'd just be shooting in the dark unless you show some code (and possibly surrounding contextual code). Did you do a build/compile without debugging and then look to see if there's a little dot to the left of the code line in the editor which indicates it's a line that will be executed?  Have you tried breaking at other points in the code? Does the app actually run?

Share this post


Link to post

Good Morning David,

Thank you so much
I found the problem, the application is old and comes from Delphi-7 => Delphi XE => Delphi 10.3

There was no any folder calls DEBUG for Dcus I created a folder (DEBUG) transfered all Dcu's there

and now everthing is OK.

Thank You
 

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

×