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
I wanted to use gdb via Sublime Text 3. I know the process on how to do it via terminal but I'm confused on how to set it up using the plugin SublimeGDB.
If it helps, here's how I do it via terminal:
Test server: 10.12.1.1
sudo gdbserver :1001 --attach `pidof app`
Build server: 10.135.1.1
gdb
target remote 10.12.1.1:1001
The text was updated successfully, but these errors were encountered:
I wanted to use gdb via Sublime Text 3. I know the process on how to do it via terminal but I'm confused on how to set it up using the plugin SublimeGDB.
If it helps, here's how I do it via terminal:
Test server: 10.12.1.1
Build server: 10.135.1.1
The text was updated successfully, but these errors were encountered: