[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scm_init_guile and debug vm
From: |
Mike Gran |
Subject: |
Re: scm_init_guile and debug vm |
Date: |
Tue, 1 Sep 2015 04:55:22 +0000 (UTC) |
> On Monday, August 31, 2015 2:39 PM, Mike Gran <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: scm_init_guile and debug vm,
Mike Gran <=