cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

Cannot write the dashboard #295

Closed bj-edward closed 1 year ago

bj-edward commented 1 year ago

gdb> target remote 127.0.0.1:1234 Remote debugging using 127.0.0.1:1234 warning: No executable has been specified and target does not support determining executable automatically. Try using the "file" command. 0x0000fff0 in ?? () Cannot write the dashboard Traceback (most recent call last): File "", line 512, in render PermissionError: [Errno 13] Permission denied: '/dev/pts/10'

ls /dev/pts/10 ls: cannot access '/dev/pts/10': No such file or directory

gdb> !tty; [ -t 1 ] && echo TTY || echo NOT /dev/pts/2 TTY

cyrus-and commented 1 year ago

Do you think this is a comprehensive bug report?