octave-maintainers
[Top][All Lists]
Advanced

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

Re: Adding a command to aid in debugging Octave


From: Carlo De Falco
Subject: Re: Adding a command to aid in debugging Octave
Date: Thu, 14 May 2020 19:41:02 +0000

Hi,

> Il giorno 14 mag 2020, alle ore 19:25, John W. Eaton <address@hidden> ha 
> scritto:
> 
> What's the right thing for Mac systems?

this seems to work for me :

system (sprintf ("osascript -e 'tell application \"Terminal\" to do script 
\"lldb -p %d\"'", getpid ()))

the escaping looks a bit tricky though so it would be nice if someone else 
could verify it ...

c.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]