You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Installed pipx in a conda environment (miniforge). Installed gdbgui via pipx as recommended.
I have a remote browser under a VPN which may be slower than local; however it should be a supported use case.
Everything else seems to work fine so far.
The text was updated successfully, but these errors were encountered:
To work around this issue on a live system with gdbgui installed via pipx, we will need to patch the main.js produced by the compilation of the source file above. (Use pipx list to find the location.)
In my system, it is found under:
Describe the bug
Gdbgui has a hardcoded timeout when talking to gdb. See below for the hardcoded value and its location.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The timeout is arbitrarily low so it should be configurable.
The hardcoded constant is: const WAIT_TIME_SEC = 10;
See
gdbgui/gdbgui/src/js/GdbApi.tsx
Line 263 in be95217
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
gdbgui -v
): 0.15.2.0gdb -v
): GNU gdb (GDB) 14.2pip freeze
):Additional context
Installed pipx in a conda environment (miniforge). Installed gdbgui via pipx as recommended.
I have a remote browser under a VPN which may be slower than local; however it should be a supported use case.
Everything else seems to work fine so far.
The text was updated successfully, but these errors were encountered: