[Mono-list] remote debugging on ARM

mickeyf mickey at thesweetoasis.com
Tue Jan 15 00:33:29 UTC 2013


I could use some help getting this going. I have found these two posts:

http://stackoverflow.com/questions/10864548/debugging-mono-applications-directly-on-arm-target

http://mono.1490590.n4.nabble.com/remote-debugging-a-hello-world-application-td4591791.html

I set my magic environment variable on the MonoDevelop PC, but when I enter
(on the target machine)

mono --debug --debugger-agent=transport=dt_socket,
address=192.168.20.61:10000, server=y name_of_my_program.exe

I get a usage message, and am immediately thrown back to the command prompt
with no further clues as to where I've gone wrong. I have tried various
combinations of enclosing in quotes, as suggested in one of the above links.
This does look to me like what the help message is asking for.

Of course MonoDevelop does not connect, since there's nothing running yet on
the other end.

I have tried with both inorton's pmono (mono 3.0.0) and with 2.10.8.1 on the
MonoDevelop PC. All  I have on the ARM (BeagleBone) is 2.10.8.1. Both are
running Ubuntu 12.04 LTS.

Is there any more detailed documentation on how to use the debugger, or can
someone help me with a step by step for this particular case?


Thanks




--
View this message in context: http://mono.1490590.n4.nabble.com/remote-debugging-on-ARM-tp4658125.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list