mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(turn-on-debugging): New function, to be used by
scm_compile_shell_switches.
This commit is contained in:
parent
46356d0406
commit
eef6519bde
1 changed files with 6 additions and 0 deletions
|
@ -629,6 +629,12 @@
|
|||
|
||||
;; This is mostly for the internal use of the code generated by
|
||||
;; scm_compile_shell_switches.
|
||||
|
||||
(define (turn-on-debugging)
|
||||
(debug-enable 'debug)
|
||||
(debug-enable 'backtrace)
|
||||
(read-enable 'positions))
|
||||
|
||||
(define (load-user-init)
|
||||
(let* ((home (or (getenv "HOME")
|
||||
(false-if-exception (passwd:dir (getpwuid (getuid))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue