BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
316 stars 39 forks source link

Increase GDB remote debugger timeout to 10 secs #198

Closed grahambates closed 1 year ago

grahambates commented 1 year ago

This avoids filling up the network buffer by retrying commands multiple times as the remote program is starting.

Refs #193