c0d3r 17 Posted August 19, 2020 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
Vincent Parrett 750 Posted August 19, 2020 Turn on Use Debug dcu's in the compiler options. This is usually enabled by default in the Debug config. Share this post Link to post
c0d3r 17 Posted August 20, 2020 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