Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

inhibit-trace-for-object

Arguments: window

If this generic function returns true for a particular window, then tracing (see trace and debugging.htm) will be suppressed for code that runs in event-handling callbacks for that window. This could be useful for eliminating extraneous trace output that would otherwise be generated for tool windows that you are not testing.

There are various built-in methods for certain windows (and other internal objects) that avoid the cases where this is usually needed (such as inhibiting trace output while updating the IDE's trace dialog), but perhaps some users would find it useful to add additional methods.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version