> On Monday, August 31, 2015 2:39 PM, Mike Gran <spk...@yahoo.com> wrote:
> > > Hello, > > In Guile 2.0.x, how does one choose to use the debug VM > when initializing with scm_boot_guile, scm_with_guile, > or scm_init_guile? I eventually settled on the following invocation, using an undocumented function that the headers mark as SCM_API. scm_c_set_default_vm_engine_x (1); scm_init_guile (); Thanks, Mike