JTrotta/RaspberrySharp

How did you develop for Raspberry Pi?

moelski opened this issue · 8 comments

Hi Gerardo,

this is not really in issue more a question of interest..

How are you developing .net for the Raspberry Pi. The normal way is to use Visual Studio on Windows and place the binaries on the pi. But debugging is a little pain with that scenario.

I tried to compile MonoDevelop 7.x for the Pi, but unfortunately it didn't work. MonoDevelop would be nice because of the Remote Debugging feature ...

So what's your way of coding and debugging?

Dominik

Ok. You do not need mono develop at all. Compile on your pc. Just install mono on raspberry, always keep it updated, just copy and paste libraries and exe. It will work.

That's the way I do it :-)
The problem is you have no chance for debugging (stepping through the code, check variables, etc).

Install remote debugger plugin in Vs17 and remote debug server on do I. It will work

Install remote debugger plugin in Vs17 and remote debug server on rpi. It will work

Du you have a link for the plugin / server?
Or is there anywhere a tutorial for the first steps?

That´s awesome !
It lacks in some scenarios, but overall it´s great.

Anyway ... MonoDevelop would be a Solution, too.
Will try to compile the new one for Windows ...

If the project is not big and simple, yes you can use monodevelop with no problems. As soon as the project grows, the only way is to use VS and fulfill the code with logs.