search for: gl_loadhistory

Displaying 4 results from an estimated 4 matches for "gl_loadhistory".

2017 Feb 23
2
Debugging tools and practices in Windows?
Hello r-devel, could someone share the tools and practices they use to debug the core R sources in Windows? For instance, I would like to set a breakpoint in `gl_loadhistory` and troubleshoot from there. Thanks in advance - Javier Luraschi [[alternative HTML version deleted]]
2017 Feb 23
2
Debugging tools and practices in Windows?
...doch <murdoch.duncan at gmail.com> wrote: > On 23/02/2017 1:36 PM, Javier Luraschi wrote: > >> Hello r-devel, could someone share the tools and practices they use to >> debug the core R sources in Windows? >> >> For instance, I would like to set a breakpoint in `gl_loadhistory` and >> troubleshoot from there. >> > > You're talking about debugging the C code rather than the R code, I think. > > These days I mostly avoid debugging in Windows, but when I have to do it, > I use gdb. There used to be a front end for it (Insight) that worked in...
2017 Feb 24
1
Debugging tools and practices in Windows?
...>> >> On 23/02/2017 1:36 PM, Javier Luraschi wrote: >>> >>> Hello r-devel, could someone share the tools and practices they use to >>>> debug the core R sources in Windows? >>>> >>>> For instance, I would like to set a breakpoint in `gl_loadhistory` and >>>> troubleshoot from there. >>>> >>>> You're talking about debugging the C code rather than the R code, I >>> think. >>> >>> These days I mostly avoid debugging in Windows, but when I have to do it, >>> I use gdb. T...
2017 Feb 23
0
Debugging tools and practices in Windows?
...com> > wrote: > >> On 23/02/2017 1:36 PM, Javier Luraschi wrote: >> >>> Hello r-devel, could someone share the tools and practices they use to >>> debug the core R sources in Windows? >>> >>> For instance, I would like to set a breakpoint in `gl_loadhistory` and >>> troubleshoot from there. >>> >> You're talking about debugging the C code rather than the R code, I think. >> >> These days I mostly avoid debugging in Windows, but when I have to do it, >> I use gdb. There used to be a front end for it (Insig...