The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
Suggestion: the GDB for STM32 accepts 'monitor reset' as a restart command. Is there a way to map it to the MIEngine Debug.Restart command implementation, please?
Of course issuing Debug.MIDebugExec monitor reset in Command Window will do the job, but integration with debugger is more straightforward.
Suggestion: the GDB for STM32 accepts 'monitor reset' as a restart command. Is there a way to map it to the MIEngine Debug.Restart command implementation, please?
Of course issuing
Debug.MIDebugExec monitor reset
in Command Window will do the job, but integration with debugger is more straightforward.