> On Feb 19, 2017, at 3:51 PM, Matt Wette <matt.we...@gmail.com> wrote:
> 
> Is there a way, within a program, to know if you are running in a VM equipped 
> w/ traps?
> I believe  (provided? debug-extensions)  is not the right answer.

scheme@(guile-user)> (use-modules (system vm vm))
scheme@(guile-user)> (vm-engine (the-vm))
$2 = debug

Reply via email to