[Gambas-user] system has hung a lot recently.

BB adamnt42 at gmail.com
Wed Jan 11 20:00:23 CET 2023


I have seen a different example of this freeze after an error halt when 
debugging and I click on a database Result variable in the local 
variables list, all the other variables are clickable and the normal 
debugging process works. OR it could be that the result variable is the 
first one in the list.

Pre 3.18.0 I also saw it when trying to debug a connection variable but 
haven't needed to try that since 3.18.0

rgrds

bruce

On 12/1/23 5:01 am, Bruce Steers wrote:
> Has anyone else been finding their system frozen while debugging 
> gambas projects?
>
> It's happened to me a lot of late , to the point i'm emailing here 
> about it now.
> It seems to happen when error in a menu handler and it happens with 
> the attached project.
>
> What happens..
> On error the debugger shows the normal msg and red line of text etc..
> but I no longer have any input control.  mouse clicks and keyboard do 
> nothing.
> The pointer moves around the screen but i cannot click anything.
> All i can do is hold down the power button and hard reset.
>
>
> The attached project has an error in FMain that fires if you right 
> click in the display.
>
> line 220 this function in FMain i moved from another class.
> Public Sub mnuMain_Show()
>
>   mnuInfo.Text = Me.Dir
>
> End
>
> Me.Dir does not exists, so it errors. but then it's all over for me :-\
> I tried the ide in both gtk an qt but still my system hangs and i 
> gotta kill it.
>
> Like i say it's happened a bit recently with other errors (i think 
> mostly menu related) so i thought worth mentioning.
>
> Respects
> BruceS
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230112/1a63b689/attachment.htm>


More information about the User mailing list