# Debugging like R's browser() possible?

**URL:** https://discourse.julialang.org/t/debugging-like-rs-browser-possible/13925
**Category:** New to Julia
**Created:** [August 23, 2018, 10:17am UTC](https://discourse.julialang.org/t/debugging-like-rs-browser-possible/13925 "2018-08-23T10:17:12Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![tshort](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tshort/32/43_2.png) [@tshort](https://discourse.julialang.org/u/tshort)
#### Post date: [August 23, 2018, 3:58pm UTC](https://discourse.julialang.org/t/debugging-like-rs-browser-possible/13925/10 "2018-08-23T15:58:42Z")

</div>

For the question of usage like R’s `browser()`, you can use `error()` in the code and get to it using `Meta-s` (`Alt-s`) when calling the top-level function.

---

_[View the full topic](https://discourse.julialang.org/t/debugging-like-rs-browser-possible/13925)._
