Jump to content
c0d3r

Delphi 10.4 Debug

Recommended Posts

Could anyone know how to debug/trace into Delphi VCL source codes in Delphi 10.4?  I can debug and trace into all the 3rd party component source codes but couldn't do to Delphi VCLs (e.g. TCustomForm, TWinControl, TControl),  when tried to trace/step in, the CPU window pops up.

Share this post


Link to post
1 hour ago, Vincent Parrett said:

Turn on Use Debug dcu's in the compiler options. This is usually enabled by default in the Debug config.  

Thank you. That works.

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

×