rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger.
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.83k stars 101 forks source link

Does it support remote debug? #27

Closed liuyug closed 3 years ago

liuyug commented 3 years ago

I saw "connect" button in browser but it would don't load symbols and source code...

rohanrhu commented 3 years ago

It supports remote debugging. GDB does not load symbols until you run the application. You can add a breakpoint to main and run the app, you will see the sources.