Re: [fpc-pascal] Try to debug FastCGI or console app with DB connection in Lazarus

2012-06-25 Thread Alexis Halbot-Schoonaert
> > 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

Re: [fpc-pascal] Try to debug FastCGI or console app with DB connection in Lazarus

2012-06-23 Thread Alexis Halbot-Schoonaert
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. __

[fpc-pascal] Try to debug FastCGI or console app with DB connection in Lazarus

2012-06-23 Thread 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 time in Lazarus. Ok. I can execute my FastCGI (outsid