[Lazarus] Remote debugger looses connection to target on Windows 7
Martin Frb
lazarus at mfriebe.de
Thu Apr 10 17:22:48 CEST 2014
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.
More information about the Lazarus
mailing list