mit-scheme-users
[Top][All Lists]
Advanced

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

Are there multiple debugging interfaces in MIT Scheme?


From: Nicholas Papadonis
Subject: Are there multiple debugging interfaces in MIT Scheme?
Date: Thu, 19 Mar 2020 13:28:57 -0400

I'm noticing that when setting (bkpt 'a) in a function, the debugger that is invoked via (debug) is different then when typing a syntactical error (i.e. undefined function).  In the case of the syntactical error a new debugger window with Ctrl-P and Ctrl-N is made available and updated in place.  In the case of the (bkpt) the debugger comes up in the same window with different set of functions, scrolling the screen.  Is the typical behavior?

Thanks

reply via email to

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