Closed MReed1959 closed 3 years ago
Hi,
Can you explain what steps did you follow exactly? You can use GDB's file /path/to/executable
command on GDB shell in addition to GUI.
Screenshots would be better.
2021-01-06-14-35-00.c.mp4
If you want to load an executable, you must use "Load Executable" button on top. The button placed on Sources tab is for opening additional source files.
Also, you might want to use GDB shell so you can open it as http://127.0.0.1:5551/terminal/
.
Ok, thanks! I'll try that.
On Wed, Jan 6, 2021 at 4:00 PM Oğuzhan Eroğlu notifications@github.com wrote:
2021-01-06-14-35-00.c.mp4
If you want to load an executable, you must use "Load Executable" button on top. The button placed on Sources tab is for opening additional source files.
Also, you might want to use GDB shell so you can open it as http://127.0.0.1:5551/terminal/.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rohanrhu/gdb-frontend/issues/23#issuecomment-755739176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTDDOI6MPTBH5NAF72R3FTSYTMN7ANCNFSM4VWLMRQQ .
When I go to "http://127.0.0.1:5551/terminal" I get a "This path not found." page. It only works when I use the "http://127.0.0.1:5551" URL
BUT - I just found the bug!
Thanks SO MUCH!
On Wed, Jan 6, 2021 at 4:18 PM Matthew Reed matthewreed1959@gmail.com wrote:
Ok, thanks! I'll try that.
On Wed, Jan 6, 2021 at 4:00 PM Oğuzhan Eroğlu notifications@github.com wrote:
2021-01-06-14-35-00.c.mp4
If you want to load an executable, you must use "Load Executable" button on top. The button placed on Sources tab is for opening additional source files.
Also, you might want to use GDB shell so you can open it as http://127.0.0.1:5551/terminal/.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rohanrhu/gdb-frontend/issues/23#issuecomment-755739176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTDDOI6MPTBH5NAF72R3FTSYTMN7ANCNFSM4VWLMRQQ .
Path should be "/terminal/" there is a last "/" at the end.
Oh! Ok. Thanks again!
On Wed, Jan 6, 2021 at 4:36 PM Oğuzhan Eroğlu notifications@github.com wrote:
Path should be "/terminal/" there is a last "/" at the end.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rohanrhu/gdb-frontend/issues/23#issuecomment-755757782, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTDDOL6ZMSY6GRB6KWBGRLSYTQIFANCNFSM4VWLMRQQ .
I have a program, compiled in the Windows 10 Linux shell. When I navigate to the executable I get this error: "Path not found." The 'Sources' frame on the left side opens all the correct directories, the file browser shows the executable. It would also be nice if I could specify the executable on the command line.