The trivial-debug-console Reference Manual

This is the trivial-debug-console Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:07:12 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 trivial-debug-console

A library to provide a well-behaved debug console.

Author

Matthew Stickney <>

License

MIT

Dependency

cffi (system).

Source

trivial-debug-console.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 trivial-debug-console/trivial-debug-console.asd

Source

trivial-debug-console.asd.

Parent Component

trivial-debug-console (system).

ASDF Systems

trivial-debug-console.


3.1.2 trivial-debug-console/package.lisp

Source

trivial-debug-console.asd.

Parent Component

trivial-debug-console (system).

Packages

trivial-debug-console.


3.1.3 trivial-debug-console/ffi.lisp

Dependency

package.lisp (file).

Source

trivial-debug-console.asd.

Parent Component

trivial-debug-console (system).

Internals

3.1.4 trivial-debug-console/trivial-debug-console.lisp

Dependency

ffi.lisp (file).

Source

trivial-debug-console.asd.

Parent Component

trivial-debug-console (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 trivial-debug-console

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-debug-console (&body body)
Package

trivial-debug-console.

Source

trivial-debug-console.lisp.


5.1.2 Ordinary functions

Function: debuggify (func &rest args)
Package

trivial-debug-console.

Source

trivial-debug-console.lisp.


5.2 Internals


5.2.1 Macros

Macro: with-console ((window) &body body)
Package

trivial-debug-console.

Source

trivial-debug-console.lisp.


5.2.2 Ordinary functions

Function: console-window ()

Return a handle to the calling process’s console window.

Package

trivial-debug-console.

Source

ffi.lisp.

Function: debug-handler (&optional parent-hook)

Return a function to be used as *DEBUGGER-HOOK* that shows the console window, runs any existing hooks, and hides the window when debugging is complete.

Package

trivial-debug-console.

Source

trivial-debug-console.lisp.

Function: show-window (hwnd type)

Set the show state of the specified window.

Package

trivial-debug-console.

Source

ffi.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables