| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: &key no-create
Returns the currently-selected IDE listener pane. It may be desirable to print debugging output to this particular stream, though IDE Listener processes and processes started by Run | Run Project generally handle that for you by binding the standard output streams to the selected listener pane.
If no-create is nil
(as it is by default) and no IDE Listener exists,
then one will be created. If true, then a listener is never created
by calling this function. This argument is probably not useful to
users since there normally is always at least one IDE Listener in the
IDE.
See also with-output-to-ide-listener and format-debug.
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.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |