Skip to content

URL displayed on startup ignores host argument #74

@jxrossel

Description

@jxrossel

Very small issue: when specifying the host in the call to set_trace, e.g. web_pdb.set_trace(host="127.0.0.1"), the displayed log remains:

2024-12-24 08:28:13,758|CRITICAL|root.__init__:77|Web-PDB: starting web-server on http://<my_machine>:5555

This is due to web_console.py:78 where gethostname() is used even if host is provided

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions