The Project's Web section (under project properties in VS2008) has a list of debuggers: ASP.NET, Native Code, SQL Server. What is Native Code?
Native code is computer programming (code) that is compiled to run with a particular processor (such as an Intel x86-class processor) and its set of instructions. If the same program is run on a computer with a different processor, software can be provided so that the computer emulates the original processor.
C and C++ programs are native. Java and C# (and all . NET languages for that matter) are managed.
Native code and machine code are the same thing -- the actual bytes that the CPU executes.
Native code refers to programming code that is configured to run on a specific processor.
Native code doesn't run on the Common Language Runtime (CLR). An example would be a non-managed C++ application.
Native code is machine code executed directly by the CPU. This is in contrast to .NET bytecode, which is interpreted by the .NET virtual machine.
A nice MSDN hit: Debugging Native Code
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With