Top-level CommandToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

:wdebug

Arguments: &optional process

UNIX only

This command displays an Allegro Composer Debugger window containing a backtrace (similar to that displayed in a listener by :zoom) of process. process must be a process object or a string naming a process which is in a break loop. process defaults to the value returned by *current-process*. (Since you normally enter :wdebug in a listener in a break loop, it is uncommon to specify an argument.)

Allegro Composer must already be running. It is an error to use this command when Allegro Composer is not running.

The minimal abbreviation of :wdebug is :wd.

See composer.htm for more information on Allegro Composer. See The debugger in Allegro Composer in that document for more information on the windowized debugger.


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