Does anyone know whether Visual Studio's debugger has a cdb command console so that I could input commands like in WinDbg? Eclipse has a command console where you can issue commands to gdb, and Xcode has a command console where you can issue commands to lldb, but I can't find anything like this in Visual Studio.
Just to be a bit more specific, I'd like to be able to execute things like .reload
or X *!*some_symbol*
like you can in WinDbg/cdb.
Aucun commentaire:
Enregistrer un commentaire