Display a list of strings as a compact set of columns.
Each column is only as wide as necessary. Columns are separated by two spaces (one was not legible enough). Adapted from the routine of the same name in cmd.py
PORT | = | 8989 unless defined?(PORT) | the port number used for remote debugging | |
INITFILE | = | 'rdebug.ini' | Of course MS Windows has to be different | |
HOME_DIR | = | (ENV['HOME'] || ENV['HOMEDRIVE'].to_s + ENV['HOMEPATH'].to_s).to_s | ||
INITFILE | = | '.rdebugrc' | ||
HOME_DIR | = | ENV['HOME'].to_s |
start_remote | -> | start_server |
annotate | [RW] | |
control_thread | [R] | |
thread | [R] | |
wait_connection | [RW] | in remote mode, wait for the remote connection |
Runs normal debugger initialization scripts Reads and executes the commands from init file (if any) in the current working directory. This is only done if the current directory is different from your home directory. Thus, you can have more than one init file, one generic in your home directory,
and another, specific to the program you are debugging, in the
directory where you invoke ruby-debug.
Returns setting object. Use Debugger.settings[] and Debugger.settings[]= methods to query and set debugger settings. These settings are available: