Code::Blocks Forums

User forums => Embedded development => Topic started by: cab_team on January 15, 2015, 03:12:26 pm

Title: Remote debugging - script is being blocked
Post by: cab_team on January 15, 2015, 03:12:26 pm
Hello,

We are remote debugging using gdb, we use gnome terminal in a script started by codeblocks to execute a telnet command which starts gdbserver on the remote target and shows the output.

When we do this using Codeblocks version 10.05, the gnome terminal does not block the script and completes successfully. However, when we do the same thing using version 13.12 of Codeblocks the terminal hangs the script.

I have found that version 13.12 does not cause gnome terminal to block if it is run from the command line rather than by clicking the codeblocks icon in the gnome Launcher.

Does anyone know why this is the case? we are using Ubuntu 12.04.
Title: Re: Remote debugging - script is being blocked
Post by: oBFusCATed on January 21, 2015, 08:56:20 pm
How do you tell C::B to execute your script/gnome terminal?
Can you post some logs?
Simple project to demonstrate the problem?
Have you tried a nightly?