print_error(f"invalid value '{bits[2]}' for setting '{bits[1]}': {e}")
warn=True
ifwarn:
print_warn(
"The 'set' command is used exclusively for Pwndbg settings. If you meant to change LLDB settings, use the fully spelled-out 'settings' command, instead."
print_hint(
"Use the 'config', 'theme' and 'help set' commands to see what settings are available."
)
print_hint(
"Use the 'help set <name>' command to see information about a specific setting."
)
print_hint(
"If you meant to change LLDB settings, use the fully spelled-out 'settings' command, instead."
"The 'set' command is used exclusively for Pwndbg settings. If you meant to see help for LLDB settings, use the fully spelled-out 'settings' command, instead."
)
print_hint("Use the 'help set' command to see what settings are available for Pwndbg.")
print_hint(
"If you meant to see help for LLDB settings, see the fully spelled-out 'settings' command, instead."