try (js* "debugger()") Matt Hoyt
________________________________ From: Stuart Campbell <[email protected]> To: Clojure <[email protected]> Sent: Thursday, November 10, 2011 9:16 PM Subject: JavaScript `debugger' statement I'm trying to enter the Firebug debugger when an exception is caught: (try ; ... (catch js/Error e js/debugger)) This doesn't work, because js/debugger compiles to debugger$; per cljs.compiler/munge. Any ideas how I can get around this? Thanks, Stu -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
