[Gambas-user] Setting Debug break points randomly fail
Benoit Minisini
benoit.minisini at gambas-basic.org
Thu Mar 9 22:38:06 CET 2023
Le 09/03/2023 à 21:09, Brian G a écrit :
> I am having an issue with the latest build.
>
> When trying to set break points it seems to randomly fail to set the
> break point.
> When I double click on a source line, often the break point is not set,
> but yet if i try at some later time on
> the same line it will work.
>
> I dont know if some changes have been made to the debugger but right now
> I have had to resort to
> adding a stop to where i want a break.
>
> Has anyone else experienced this?
>
> "Failure is the key to success;
> each mistake teaches us something" .. Morihei Ueshiba
> Brian G
>
Yes, there was some changes in the debugger recently (read the git
commit logs!), and I have sometimes random problems too now, but I have
no idea why at the moment.
The change was a workaround of the freeze when debugging a project using
the embedded http server (which forks for each request, so the IDE does
not talk to the child process running the embedded http server, but to
its child).
Regards,
--
Benoît Minisini.
More information about the User
mailing list