showdebug [options] [<process>] [<arguments>]
Display help.
If specified, the timestamp and the originating thread of each trace are also printed. If specified twice (ie -vv) thread IDs are additionally expanded to full thread names. Can be specified more than once.
Only display traces that came directly from threads belonging to the process you specified. Use with caution, you may miss traces that are about your process but not directly emitted by it. If the origin of a trace cannot be identified it will be shown even if --filter
is specified.
If specified, showdebug will launch the given process and redirect RDebug until the process exits. If not specified it will do so indefinitely or until CTRL-C is pressed. [string]
Arguments to pass to process. Any further arguments or options will be coalesced into this one. [string]
Redirects RDebug::Print to the console.
Uses the clogger debugrouter LDD to intercept Kern::Printf and RDebug::Print calls and redirect them to the console. Similar to cloggerconfig --rdebug
but without all the features clogger layers on top, more focussed on just printing the rdebug data.
There can only be one client of the clogger debugrouter, which means you cannot run multiple instances of the showdebug command at the same time.
Copyright (c) 2010 Accenture. All rights reserved.