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

[Gambas-bugtracker] Bug #2992: Bug with IDE when running Web app (gb.web.gui)


http://gambaswiki.org/bugtracker/edit?object=BUG.2992&from=L21haW4-

Comment #9 by Olivier CRUILLES:

I have tested the last commit and I will say that the issue still there.

I will try to explain how the issue appears:

1 - I open the IDE and load my Web application
2 - I disable JIT and JIT cache
3 - I run the Web Application and the Debug Browser or Firefox appears, and all works as expected.
4 - I use the Web App, test few things and close the Web App.
5 - I back to the IDE to continue to code my Web App

6 - For any reason, even the Web App is running or I'm coding in the IDE, after a certain time the error message (see the NEW attached screenshot) raise.
    At this point the IDE is correct to continue coding, but the Web App don't start anymore and the message appears agin and again at each RUN

7 - Once the message appeared one time, I have no other choice to quit the IDE and relunch it to be able to RUN the Web App

--------

In parallel I have tested to start the Web App manualy by the command line, with JIT disabled, and it works as expected with the last commit.

Cmd line:  GB_HTTPD_PORT=25001 GB_HTTPD_DEBUG=1 GB_HTTPD_HOST=127.0.0.1 GB_NO_GIT=0 gbr3 -H gbGestionImmobilier.gambas

No sure to better describe

Let me know if you need more tests

Olivier

Olivier CRUILLES changed the state of the bug to: Accepted.


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----