I am using the following macro codeto attach to the debugger:
process.Attach()
Works, fine,
but for some reasons it always attaches to the "Managed Code" (sort of default mode I guess)
Is there any way to specify that I want to attach to a "Native code" too?