eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
554 stars 130 forks source link

Allow to increase fGdbServerLaunchTimeout from gui or set it to at least 120 (currently 15) #508

Closed GaetanoSanST closed 2 years ago

GaetanoSanST commented 2 years ago

Hello

file plugins/org.eclipse.embedcdt.debug.gdbjtag.jlink.core/src/org/eclipse/embedcdt/debug/gdbjtag/jlink/core/dsf/GdbServerBackend.java at line 59 contain protected int fGdbServerLaunchTimeout = 15;

when I use initialization script that take to much time I get a timeout error please allow to increase fGdbServerLaunchTimeout from gui or set it to at least 120 (currently 15)

thanks and regards Gaetano

ilg-ul commented 2 years ago

If you have unusual configurations, you can start the server manually outside Eclipse, disable this feature in the J-Link plug-in, and start the debug session when you think it is the right time to do so.