SSH.
Ras-pi :
mono \
--debug \
--debugger-agent=transport=dt_socket,address=0.0.0.0:10000,suspend=y,server=y,keepalive=250 \
foodata.exe
(, 0.0.0.0)
, Xamarian Studio/MonoDevelop IDE cmd.
Linux:
export MONODEVELOP_SDB_TEST=1
monodevelop
OS-X ( Xam Studio cmd MonoDevelop, , :
export MONODEVELOP_SDB_TEST=1
/Applications/Xamarin\ Studio.app/Contents/MacOS/XamarinStudio
Windows ( ):
set MONODEVELOP_SDB_TEST=1
<path>\XamarinStudio.exe
IDE /, , :
Run / Run With / Custom Command Soft Mono Debugger
. , env var cmd.
Launch Soft Debugger:
Command : ssh YourRaspiLogin@RasPiPassword -L 10000:127.0.0.1:10000
Arguments : <leave empty>
IP : YourRasPiHostNameOrIPAddress
Port: : 10000
"".
ssh, ( ), .. . - ssh; .. "ssh" .
, , IDE , ;-)