robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Figure out debugger #10

Open ThadHouse opened 9 years ago

ThadHouse commented 9 years ago

Apparently there is a mono debugger that would be nice to have in order to be able to use breakpoints in the code. From what I have seen, it looks like you need a linux system running mono develop to do this, but there should be a way to do it from Windows.

jkoritzinsky commented 9 years ago

I found something that is supposedly coming out soon called MonoDebugger.NET that will be an addon into Visual Studio to enable debugging on Mono. I put myself on the mailing list for it.