Is there a way to enable Debug DCUs without including the System unit?

Viewed 1882

Using the debug DCUs in Delphi is really nice, except for the fact that the System unit adds a lot of overhead around method initialization/cleanup (releasing interfaces, clearing arrays, walking exception frames, etc).

Is there a way to run Delphi with debug DCUs, but without the System unit?

2 Answers
Related