Closed mikolus closed 8 years ago
Same issue for me, except that the application won't even run.
I think there may be some conflict with other visual studio extensions. Could you check it?
I get the same error Visual Studio 2015 Community Edition connecting to the remote debug server running on a Beagle Bone Black C with Debian. How do I check for a conflict with other extensions?
The pdb error is resolved by using an updated version of pdb2mdb, see http://stackoverflow.com/questions/36900315/how-can-i-remotely-debug-a-c-sharp-net-4-5-winforms-application-on-a-raspberry
but then breakpoints don't work at all, with anything more complicated than a hello world app with a console.WriteLine breakpoint.
Did you use the latest version, v1.0.7?
Yes I used v1.0.7, I'm going to try and use MonoDevelop softdebugging on the same system, and see if that works. I will let you know how it goes. Is there anything else I can do to help diagnose the problem?
@mikolus @etlam5123 Could you check the mono version? When I used mono v3.x, I get same errors. After updating to v4.2.3.4, the problem was solved.
@gerardwknight Could you explain more detail about "with anything more complicated than a hello world app"? Now it doesn't support the breakpoint on user threads.
Hi, I'm trying to debug one of my projects on Raspberry PI (Raspbian). When I start debugging, I'm getting this:
Then the application runs, but without Visual Studio catching exceptions or breakpoints. I was able to debug almost almost empty console app with just Console.ReadLine(); in it.