[Gambas-user] Cannot initialize debug mode

T Lee Davidson t.lee.davidson at gmail.com
Tue Sep 1 18:39:54 CEST 2020


On 9/1/20 5:27 AM, John Rose wrote:
> When I try to Debug any Gambas app (after 'Compile->All' & 'Save Project', I now get (in Console):
> gb.debug: No such file or directory: /tmp/gambas.1000/6652.out
> **
> ** OOPS! INTERNAL ERROR. Program aborting, sorry! :-(
> ** Cannot initialize debug mode
> **
> ** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
> ** [1] http://gambaswiki.org/bugtracker
> ** [2] https://lists.gambas-basic.org/listinfo/user
> **
> 
> I thought that was due to having my temporary files deleted by Ubuntu: option I have is to purge them every 7 days. But, 
> interestingly there are still /tmp files but not
> /tmp/gambas.1000/6652.out:
> 
> john at JohnPC:~$ ls /tmp/gambas.1000/*
> /tmp/gambas.1000/3891:
> 
> /tmp/gambas.1000/6652:
> help
> 
> How do I get round this?

I don't have an answer for you, John. On my system, I get a different error.

I set up a graphical app with four buttons; one each for Debug.Begin, Debug.Start, Debug.Stop, and Debug.End.

Debug.Begin returns the appropriate PID and creates the two named pipes. But when I execute Debug.Start, I get: "Unable to open 
fifo". Perhaps I don't fully understand how gb.debug should work.


-- 
Lee


More information about the User mailing list