Troy Brown

Results 50 comments of Troy Brown

My suspicion is that this has to do with the timing changes that occurred between v0.25.1 and v0.26.0. In the previous version we'd try to start running 50ms after the...

@higaski, looking at your logs above, it appears when you run OpenOCD manually, it starts running the inferior before the extension has even finished initialization (seeing that the "[New Thread...

@higaski, I've created an update that hopefully addresses the issue you are having. I'm hoping you can install the attached VSIX to confirm if this fixes your problem. If so,...

I'm glad to hear that is working properly now. As for the "restart" scenario, do you have a log for that you can post? Does the "dropped connection" happen at...

It would also be good to know if the "restart" behavior differs between the use of the "remote" configuration and the "extended remote" configuration. Looking at the internals for handling...

Hi @fbs2016: Can you also post the logs and configuration from the scenario that did work? Also, I'm curious about your configuration. You mentioned your host is running Linux and...

As previously mentioned, there is currently no state information kept by Native Debug to know when the application is running or stopped. The "thread info" commands are initiated by the...

I've reworked the test harness so that it's no longer dependent on having VSCode run it. That should be a much nicer workflow, since you don't have to launch another...

Are you looking for this functionality because you need `stdin` support, or are you just trying to get line-buffered `stdout`? ...or maybe you have more involved needs than this.

My suggestion would be not to deviate from the "normal" gdb startup without the user knowing. During an issue, we typically ask whether the same behavior can be seen/accomplished via...