Hello.
I studying doc https://docs.legato.io/latest/howToDebugGDB.html
I want to start debugging with gdb
- i building helloWorld.adef
- instal to target
app install helloWorld.wp75.update 192.168.2.2 - i get problem when
cd /legato/systems/current/appsWriteable/helloWorld
app runProc helloWorld --exe=./bin/gdbserver – localhost:2000 ./bin/helloWorldApp
command returns nothing
how to verify that gdbserver is running?
Someone followed this instruction?