Version: 3.0.3 (using KDE KDE 3.2.2) Installed from: RedHat RPMs Compiler: gcc 3 OS: Linux In Remote Debugging to start gdbserver on a external target if the key command in a the "Run gdb script" is : target remote 1.2.3.4:2345 when i run debugger the gdb command is source target remote 1.2.3.4:2345 and gdb are blocked i am obliged to change directely the line under gdb and remove texte "source "
Notice the word "script" - this is expected to be a file/script of gdb commands. That would make the debugger use "source script-file". The reason to use a file/script is that you might want to use more than one command. Like target remote ... continue