On Mon, 25 Jun 2012, Alexis Halbot-Schoonaert wrote:
I try to debug a FastCGI (with a TWebModule) wich connects itself to
FireBug in Lazarus and the debugger stops debugging when i do a
connection to FireBird.
Hm... I use JDO (https://github.com/silvioprog/jdo) with CGI and works
very well,
> > I try to debug a FastCGI (with a TWebModule) wich connects itself to
> > FireBug in Lazarus and the debugger stops debugging when i do a
> > connection to FireBird.
>
> Hm... I use JDO (https://github.com/silvioprog/jdo) with CGI and works
> very well, please see this simple demo:
>
you mean
2012/6/22 Alexis Halbot-Schoonaert :
> Hello,
>
> I try to debug a FastCGI (with a TWebModule) wich connects itself to
> FireBug in Lazarus and the debugger stops debugging when i do a
> connection to FireBird.
> Ubuntu 12.04, FPC 2.6.0 Lazarus 0.9.30.4
>
> I can see my SQLQueryresult at design tim
Hello Sven
> So please always send a mail for a new topic directly to the list
> without using "answer to all/list/sender".
oops ! I understood the problem. I can see some tags like In-Reply-To:
in the header... So changing the title is not enough... Sorry...
Alexis.
__
Please don't answer to an existing thread with a completely different
topic as then you might not receive answers, because users either ignore
such messages or think the message is for the given thread (because
their threadview is collapsed and they only see that a new message
arrived in that t
Hello,
I try to debug a FastCGI (with a TWebModule) wich connects itself to
FireBug in Lazarus and the debugger stops debugging when i do a
connection to FireBird.
Ubuntu 12.04, FPC 2.6.0 Lazarus 0.9.30.4
I can see my SQLQueryresult at design time in Lazarus. Ok.
I can execute my FastCGI (outsid