gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will ope...

Results 156 gdbgui issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

ENV: Ubuntu 18.04 Docker gcc/g++ 7.5.0 gdb 8.1.1 python 3.6.9 ``` pip3 install gdbgui==0.15.0.1 ``` ![image](https://user-images.githubusercontent.com/16373603/138696894-50e17af7-13af-444a-a270-c92a8e212676.png)

- [] I have added an entry to `CHANGELOG.md`, or an entry is not needed for this change ## Summary of changes This PR implements a fix suggested in https://github.com/cs01/gdbgui/issues/407....

Is it possible to export tree to image?

Sorry if I'm being dense here. Also sorry if I missed seeing an explanation in previous posts (I did look through several pages of them, but didn;t find anything that...

**Describe the bug** When proxying gdbgui connections, gdbgui reports ``` https://my-dev-server.tld:8443 is not an accepted origin. (further occurrences of this error will be logged with level INFO) ``` That is...

I encountered this issue when I attempt to open cp949 encoded file. I think same issue would occur with shift-jis encoded file and these can be easily reproduced. ![output](https://user-images.githubusercontent.com/1835950/64578176-97c21400-d3b9-11e9-98ee-c883728b960d.png) ```'utf-8'...

**Describe the bug** gdb error reading variable: Cannot access memory at address 0xdeadbef. **To Reproduce** Steps to reproduce the behavior: 1. debug board: NUCLEO-F412ZG 2. download gdbgui: pip install gdbgui...

**Describe the bug** I am not sure if this can be treated as a bug. But it would be great to have the capability to attach to a running process...

**Describe the bug** I cannot use the pause behaviour while debugging a remote target, it sends SIGINT which simply gets interpreted as `Quit` in the GDB prompt. I can work...