Visual Studio IoT gdb debugging. How can I see the **actual** gdb commands and responses during the setup stage
As usually you guys from Microsoft made simple things complex.
I am trying to set the uC (IoT in your terminology)debugging for the ARM target using gdb. If I start gdbserver manually on the console the debugging works (using Visual Studio). But if specify the "miDebuggerServerAddress": "localhost:3333" the gdbserver is started by the VS (which is OK) but it is set in a strange mode where I cant use monitor, target and other commands.
I need to know how do you actually invoke the gdb, what MI commands are sent. But unfortunately there is no actual console window to see it. Why? Instead you display the message window with your error message (actually with useless information).My question is: how can I see the actual gdb command log? Is it available?
This kind of debugging require the full access to the commands, responses and logs. Otherwise is absolutely unusable. I have wasted 4 days setting the debugging!!!!