[Gambas-user] gb.web internal debug browser does not exit

Bruce Steers bsteers4 at gmail.com
Wed Jul 20 15:31:30 CEST 2022


On Thu, 14 Jul 2022 at 09:53, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 14/07/2022 à 10:49, Bruce Steers a écrit :
> > Whenever i test run/debug my gb.web or gb.web.form apps when i close the
> > internal server window the program does not exit. I have to press the
> > stop button.
> >
> > Works okay if i use external browser.
> >
> > Is that just me or anyone else get that problem?
> >
> > BruceS
> >
>
> This window is a window of the IDE, so closing it just hides it,
> contrary to external browsers.
>
> Maybe I should make it non persistent then?
>

I think it's better to not be persistent.

I tried it on my gambas and i think it is better.
Mostly because i am making a page with a WebAudio and when the debug
browser window is persistent and i close it the audio continues playing, if
i want to stop the audio i have to run the debugger again and it stops on
the new load.

when it's not persistent the audio stops on closing. (and i guess so would
any other background processes still running)

Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220720/14b9f843/attachment-0001.htm>


More information about the User mailing list