Re: [R-SIG-Mac] incompatible lldb on mojave?

2020-05-03 Thread Vincent Carey
Thanks, I am upgrading a machine to catalina and will get back to you. On Sun, May 3, 2020 at 8:01 AM Bob Rudis wrote: > Can you provide a bit more info on the setup? > > I ask b/c: (more below the snippet) > > $ R -d lldb > (lldb) target create >

Re: [R-SIG-Mac] incompatible lldb on mojave?

2020-05-03 Thread Bob Rudis
Can you provide a bit more info on the setup? I ask b/c: (more below the snippet) $ R -d lldb (lldb) target create "/Library/Frameworks/R.framework/Resources/bin/exec/R" Current executable set to '/Library/Frameworks/R.framework/Resources/bin/exec/R' (x86_64). (lldb) run

Re: [R-SIG-Mac] incompatible lldb on mojave?

2020-05-02 Thread Simon Urbanek
Vince, Apple no longer allows debugging of distributed apps - see R for Mac FAQ 10.17: http://mac.r-project.org/bin/macosx/RMacOSX-FAQ.html#I-cannot-attach-debugger-to-R Another (not recommended) work-around is to disable SIP. Cheers, Simon > On 3/05/2020, at 10:42 AM, Vincent Carey wrote:

[R-SIG-Mac] incompatible lldb on mojave?

2020-05-02 Thread Vincent Carey
I'd like to make use of material in https://kevinushey.github.io/blog/2015/04/13/debugging-with-lldb/ But with R 4.0 I get %vjcair> R -d lldb (lldb) target create "/Library/Frameworks/R.framework/Resources/bin/exec/R" Current executable set to