I'm trying to debug a sample code written in C++.
I load it into WinDbg and type uf main which should dissasemble the main function, but I get the error
0:000> uf main
Operation not supported by integrated managed debugging.
error at 'main'
sos.dll and mscordacwks.dll are loaded.
What can I do?