Re: [Rd] Fwd: No source view when using gdb

2014-12-11 Thread Pierrick Bruneau
Works like a charm, thanks! On Thu, Dec 11, 2014 at 3:00 PM, Martyn Plummer wrote: > On Thu, 2014-12-11 at 14:00 +0100, Pierrick Bruneau wrote: >> Dear R contributors, >> >> Say I want to debug some C code invoked through .Call() - say >> "varbayes" in the VBmix package. following the instruction

Re: [Rd] Fwd: No source view when using gdb

2014-12-11 Thread Martyn Plummer
On Thu, 2014-12-11 at 14:00 +0100, Pierrick Bruneau wrote: > Dear R contributors, > > Say I want to debug some C code invoked through .Call() - say > "varbayes" in the VBmix package. following the instructions in > "Writing R Extensions", I perform the following actions : > > R -d gdb > run > lib