Hi!

Is there a reliable way to find out whether a racket program is
currently running in the debugger?

I've got a deployment function that fails with a cryptic error message
when the language is set to debugging in DrRacket and would like to
print a warning in that case. Deployment ought be with debugging off
anyway. Or can the debugger be switched off programmatically?

Best,

Erich

P.S. In case someone is interested, the error message is:

expand: namespace mismatch; cannot locate module instance
  module: #<module-path-index:"errortrace-key.rkt"
errortrace/errortrace-lib> use phase: 0
  definition phase: 0
  for identifier:
#<syntax:/home/nemo/racket/share/pkgs/errortrace-lib/errortrace/errortrace-lib.rkt:256:58
errortrace-key> compilation context...:

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to