What is expected in the “Output” field of Monodevelop's Custom Command Mono Soft Debugger dialog?
问题 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: export MONODEVELOP_SDB_TEST="YES" monodevelop & Monodevelop starts. Open your solution Run -> Run With -> Custom Command Mono Soft Debugger Fill the fields: Command: /home/nico/src/CmisSync/bin/SparkleShare.exe Arguments: -debug --debugger-agent=transport=dt_socket,address=127.0.0.1:10000 (not sure if needed) IP: 127.0.0.1 Port: 10000 Output: 1