[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'gb.httpd' embedded web server evolutions


Am 02.07.25 um 12:46 schrieb Benoît Minisini:

Here it doesn't stop at any breakpoint when I want to debug my web app
with F5 using the internal httpd-server and Firefox. So it's impossible
for me to test it.

Do you have more details? Which project exactly, using which components?

It powers my main website, where it is a CGI app behind an Apache server. When I develop it I let it run with a local Apache server. But when I want to debug the code by stopping at breakpoints I let it run with F5. Here's the project file:

# Gambas Project File 3.0
Startup=Main
Version=0.1.1562
Component=gb.args
Component=gb.image
Component=gb.compress
Component=gb.compress.zlib
Component=gb.crypt
Component=gb.data
Component=gb.db
Component=gb.db.postgresql
Component=gb.image.io
Component=gb.debug
Component=gb.util
Component=gb.pcre
Component=gb.settings
Component=gb.image.effect
Component=gb.net
Component=gb.net.curl
Component=gb.markdown
Component=gb.net.smtp
Component=gb.openssl
Component=gb.util.web
Component=gb.web
Component=gb.xml
Component=gb.xml.html
TabSize=4
Language=de
ForceBytecodeVersion=3.15
Packager=1
usehttpserver=1


Alles Gute

Christof Thalhofer

--
Dies ist keine Signatur


Follow-Ups:
Re: 'gb.httpd' embedded web server evolutionsBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
Re: 'gb.httpd' embedded web server evolutionsChristof Thalhofer <chrisml@xxxxxxxxxxx>
Re: 'gb.httpd' embedded web server evolutionsBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>