Next Prev Up Top Contents Index

debug-other-process

Function
Summary

Debug a thread other than the current process.

Package

mp

Signature

debug-other-process process

Arguments

process

A process or a string.

Description

The function mp:debug-other-process causes the debugger to be entered in the given process. If process is a string, the process is found as if by mp:find-process-from-name . The list of process names can be found via mp:ps .

See also

find-process-from-name
ps


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index