internal static bool HasDebugDirective(this TokenCollection tokens) { return(tokens.TryGetDirective("debug", out _)); }
internal static bool HasDebugDirective(this TokenCollection tokens) { return(tokens.TryGetDirective(Resources.A.Debugger_debug_lc, out _)); }