Skip to content

Message

config_breakpoint_color = theme.add_color_param('message-breakpoint-color', 'yellow', 'color of breakpoint messages') module-attribute

config_debug_color = theme.add_color_param('message-debug-color', 'blue', 'color of debug messages') module-attribute

config_error_color = theme.add_color_param('message-error-color', 'red', 'color of error messages') module-attribute

config_exit_color = theme.add_color_param('message-exit-color', 'red', 'color of exit messages') module-attribute

config_hint_color = theme.add_color_param('message-hint-color', 'yellow', 'color of hint and marker messages') module-attribute

config_info_color = theme.add_color_param('message-info-color', 'white', 'color of info messages') module-attribute

config_notice_color = theme.add_color_param('message-notice-color', 'purple', 'color of notice messages') module-attribute

config_prompt_alive_color: pwndbg.lib.config.Parameter = theme.add_color_param('prompt-alive-color', 'bold,green', 'prompt alive color') module-attribute

config_prompt_color: pwndbg.lib.config.Parameter = theme.add_color_param('prompt-color', 'bold,red', 'prompt color') module-attribute

config_signal_color = theme.add_color_param('message-signal-color', 'bold,red', 'color of signal messages') module-attribute

config_status_off_color = theme.add_color_param('message-status-off-color', 'red', 'color of off status messages') module-attribute

config_status_on_color = theme.add_color_param('message-status-on-color', 'green', 'color of on status messages') module-attribute

config_success_color = theme.add_color_param('message-success-color', 'green', 'color of success messages') module-attribute

config_system_color = theme.add_color_param('message-system-color', 'light-red', 'color of system messages') module-attribute

config_warning_color = theme.add_color_param('message-warning-color', 'yellow', 'color of warning messages') module-attribute

alive_prompt(msg)

breakpoint(msg)

debug(msg)

error(msg)

exit(msg)

hint(msg)

info(msg)

notice(msg)

off(msg)

on(msg)

prompt(msg)

signal(msg)

success(msg)

system(msg)

warn(msg)