sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
261 stars 134 forks source link

Vscode debug #297

Open elliotthenne opened 3 years ago

elliotthenne commented 3 years ago

added relevant files needed to use the VSCode debugger while running the speed tester nf

twood02 commented 2 years ago

297 VSCode Debugger tools

NoahChinitz commented 2 years ago

When I used your gdb.sh file I needed to change it to be sudo /usr/bin/gdb "$@" instead of pkexec /usr/bin/gdb "$@".