With include files one can change the inline option and skip all those IFNDEFs, tested with Berlin and up.
In this case the include file includes a CustomInclude.inc, which is part of the project. This makes it simple to edit in the IDE as required.
/// <remarks>
/// NOTE: You can override this in CustomInclude.inc, but it requires a Build
/// and won't update the Blue Dots
/// </remarks>
{$IFNDEF RELEASE}
{-$INLINE OFF} // un-comment as needed
{$ENDIF RELEASE}