guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Am I running the debug VM?


From: Matt Wette
Subject: Re: Am I running the debug VM?
Date: Mon, 20 Feb 2017 19:43:17 -0800

> On Feb 19, 2017, at 3:51 PM, Matt Wette <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]