| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: object &rest keys
This function simply calls ide-inspect, always passing the on-the-screen argument as true to use an inspector window that is independent of the IDE. Specifically, the owner of the inspector window will be the screen rather than the main IDE window.
This function could be called in a Lisp where the IDE is loaded but not running, to use the IDE's inspector by itself without showing the rest of the IDE. See ide-inspect for a description of the arguments that may be passed.
You could also bind or set the value of the (internal) global variable
inspect::*inspector-hook*
to the name of this
function to cause any calls to cl:inspect to invoke the IDE's inspector (though
independent of the IDE).
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 8.2 release.
Created 2016.6.21.
| Allegro CL version 8.2 This page is new in 8.2. |