C++ Visual Debugging via gdbgui
pip install gdbgui
gdbgui # opens http://127.0.0.1:5000/
gdbserver localhost:9999 ./exectuable arg1 arg2 arg3
# connect to gdbserver, ip localhost:9999, on gui
"If you think without writing, you only think you're thinking." - Leslie Lamport | Contents are snapshots of thoughts; they change within minutes.
C++ Visual Debugging via gdbgui
pip install gdbgui
gdbgui # opens http://127.0.0.1:5000/
gdbserver localhost:9999 ./exectuable arg1 arg2 arg3
# connect to gdbserver, ip localhost:9999, on gui
Comments
Post a Comment