replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
396 stars 25 forks source link

Source map core exception frames #4

Open mfikes opened 9 years ago

swannodette commented 9 years ago

Ah there's already an issue for this! Would be cool if the frames were links that allowed you to navigate the stack trace.

mfikes commented 9 years ago

@swannodette yes! If we end up with IPrintStacktrace (or something similar) for bootstrapped REPLs, it would probably be easy to hyperlink frames to their source.

mfikes commented 9 years ago

Wondering if JSC supports inline source maps (useful for bootstrap context)