Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In lisp I do something like:

  (when (in-state-i-care-about)
    (break))
Many non-lisp debuggers have conditional breakpoints, though they often have a larger performance overhead than the above.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: