[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Before releasing Gambas 3.21.4 - IDE http freeze
[Thread Prev] | [Thread Next]
- Subject: Re: Before releasing Gambas 3.21.4 - IDE http freeze
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Sun, 8 Mar 2026 21:48:48 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 08/03/2026 à 11:43, Christof Thalhofer a écrit :
Am 05.03.26 um 13:58 schrieb Benoît Minisini:Thanks in advance for your reports!I still have the problem that regularly the IDE freezes when I debug my rather complex webapp with the help of the internal http server and a breakpoint.When the interpreter stops at at that breakpoint I can step further through the code but then very often that happens:I want to stop debugging and I close the browser which I use for debugging. At that point the IDE is "frozen", it does not react on any click any more. That also ca happen when I click the "Stop" button.
When you debug a web app, and the browser is closed, the debugger stops debugging the current request, but still wait for another one.
In the last commit, closing the browser now entirely quits the debugger. Do you have a better behaviour on your own? -- Benoît Minisini.
| Re: Before releasing Gambas 3.21.4 - IDE http freeze | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
| Before releasing Gambas 3.21.4 | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
| Re: Before releasing Gambas 3.21.4 - IDE http freeze | Christof Thalhofer <chrisml@xxxxxxxxxxx> |