Next Previous Up Top Contents Index

2.6 The COMMON-EXTENSIONS module

debug-message

Function

Summary

Formats a string and outputs it to the debugger.

Signature

debug-message format-string #rest format-args => ()

Arguments

format-string
An instance of <string>.

format-args
Instances of <object>.

Values

None.

Library

common-extensions

Module

common-extensions

Description

Formats a string and outputs it to the debugger.

The format-string is a format string as defined on page 112 of the DRM.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index