question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to get gdb-dashboard to load

See original GitHub issue
warning: File "C:\Users\mytec\Documents\c-stm32f103c8t6-test\.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
        add-auto-load-safe-path C:\Users\mytec\Documents\c-stm32f103c8t6-test\.gdbinit
line to your configuration file "$HOME/.gdbinit".
To completely disable this security protection add
        set auto-load safe-path /
line to your configuration file "$HOME/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
        info "(gdb)Auto-loading safe path"

I have added these lines in .gdbinit within the folder and in HOME and it does nothing.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mytechnotalentcommented, Nov 9, 2022

Thanks! Your product works amazing in Linux!

0reactions
cyrus-andcommented, Nov 9, 2022

No worries, I am not a Windows user so I’m afraid I cannot help you further. Good luck!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dashboard not opening · Issue #126 · cyrus-and/gdb ... - GitHub
I am seeing no output when I run the command "dashboard -output " But I can see ... line 390, in render UnicodeEncodeError:...
Read more >
gdb cannot load Python - Stack Overflow
I get this warning/error message when launching gdb. It disabled some features. Anyone has a fixed? Thanks. Could not load the Python gdb...
Read more >
gdb-dashboard: Modular visual interface for GDB in Python
start GDB in one terminal;. open another terminal and get its TTY with the tty command;. pick a module, say source , then...
Read more >
1866884 – AArch64: sometimes, gdb fails to load symbols of a ...
It looks like a race condition which depends on the system load. I reproduce the issue on a server where I don't control...
Read more >
gdbgui/Lobby - Gitter
When I use the load command from the gdb command prompt I get the following error: ... You can't do that when your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found