Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Native debugging and managed debugging?

Im looking to try and set up remote debugging for a VB project in Visual Studio 2010. On the MSDN page it mentions both Native debugging and managed debugging (http://msdn.microsoft.com/en-us/library/vstudio/bt727f1t(v=vs.100).aspx), but I dont know what they mean. Can someone enlighten me?

Thanks

like image 447
discodowney Avatar asked Aug 29 '26 10:08

discodowney


1 Answers

Managed is for .NET languages like C# and VB.NET.

Native is for compiled-to-machine-code languages like C and C++.

like image 147
RichieHindle Avatar answered Aug 31 '26 10:08

RichieHindle



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!