microsoft / MIEngine

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.
MIT License
819 stars 219 forks source link

GDB for STM32: Debug.Restart not available #1275

Open TomasDresler opened 2 years ago

TomasDresler commented 2 years ago

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.