[Mono-list] remote debugging on ARM

Ian Norton ian.norton-badrul at thales-esecurity.com
Tue Jan 15 08:06:38 UTC 2013


On 15/01/2013 00:33, mickeyf wrote:
> 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.
>

You need to remove the spaces.

Also, you only want one of your two systems to have "server=y". I 
usually set monodevelop for that. and omit the "server" option on the 
debugee

Ian


More information about the Mono-list mailing list