Please, could you add a "Use System debug DCU" with the "Uses debug DCU's" checkbox to avoid the debuger to go in...

Please, could you add a "Use System debug DCU" with the "Uses debug DCU's" checkbox to avoid the debuger to go in the low level System functions ?

I've added a lib/no-debug folder with a copy of lib/release/system.dcu and changed the global debug DCU path to "$(BDSLIB)\$(Platform)\no-debug;$(BDSLIB)\$(Platform)\debug".

It could also be done by moving lib/debug/system.dcu to lib/system-debug/system.dcu...but I don't want to alter Delphi's default installation.

Comments