On 10/04/2014 16:16, Michael Schnell wrote:
On 04/10/2014 05:06 PM, Michael Schnell wrote:

Manually using gdb via ssh (to bash) can do it, So why should the IDE not be able to ? (Or does - when in non-remote mode - the IDE really send a SigInt *directly* to the application and not via the debugger )



Yes the IDE, does send a SigInh directly to the target. Not via the debugger.

The debugger does (except for async mode) not accept any commands.

Using gdb on a terminal, ctrl-c generates the Signal (and afaik it goes through to the debuggee). But in the IDE, the gdb is run without terminal. and that does not work. If you find a way, well patches welcome.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to