I can\'t use normal debugging in Monodevelop, so I am trying to debug remotely as described here.
Here is the whole procedure:
In a terminal, type:
Here is the correct procedure:
In a terminal, type:
export MONODEVELOP_SDB_TEST="YES"
monodevelop &
Monodevelop starts.
Run -> Run With -> Custom Command Mono Soft Debugger127.0.0.110000Listenmono --debug --debugger-agent=transport=dt_socket,address=127.0.0.1:10000 ./bin/SparkleShare.exe
Now application can be debugged in Monodevelop!