Back

pst (clj)

(source)

function

(pst) (pst e-or-depth) (pst e depth)
Prints a stack trace of the exception, to the depth requested. If none supplied, uses the root cause of the most recent repl exception (*e), and a depth of 12.

Examples

cognitect/clojure-lab
;; @@
(require '[clojure.repl :refer :all])
;; @@

;; @@
(dir clojure.repl)
;; @@
;; ->
;;; apropos
;;; demunge
;;; dir
;;; dir-fn
;;; doc
;;; find-doc
;;; pst
;;; root-cause
;;; set-break-handler!
;;; source
;;; source-fn
;;; stack-element-str
;;; thread-stopper
;;; 
;; <-
;; =>
;;; {"type":"html","content":"<span class='clj-nil'>nil</span>","value":"nil"}
;; <=
hatemogi/misaeng
(ns 미생.레플
  (:use [미생.기본])
  (:require [clojure.repl]))

(매크로대응 설명 clojure.repl/doc)
(매크로대응 소스 clojure.repl/source)
(매크로대응 열람 clojure.repl/dir)
(매크로대응 설명찾기 clojure.repl/find-doc)
(매크로대응 정의현황 clojure.repl/apropos)
(정의* pst clojure.repl/pst
       demunge clojure.repl/demunge)