Skip to content

dashboard does not show up #314

@qrockz

Description

@qrockz
wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit
gdb -ex r --args python code/armstrong.py

armstrong.py:

[...]
while temp > 0:
       digit = temp % 10
       sum += digit ** order
       temp //= 10
       breakpoint()
[...]

Unfortunately the dashboard does not show up though breakpoint was set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions