Skip to content

Commit

Permalink
Update readme to mention exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Apr 30, 2011
1 parent 6b3289a commit 55a67db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# swank-clj

Refactored swank-clojure. Added jpda connection.
Refactored swank-clojure, with jpda debugging support.

This is alpha quality.

- Breaks on uncaught exceptions and breakpoints.
- Allows stepping from breakpoints

## Install

Add `[swank-clj "0.1.0-SNAPSHOT"]` to your project.clj `:dev-dependencies`.
Expand All @@ -18,9 +21,13 @@ To run with jpda:

lein swank-clj

### Breakpoints

To set a breakpoint, eval `swank-clj.el` from src/main/elisp, put the cursor
on the line where you want a breakpoint, and `M-x (slime-line-breakpoint)`.

Note that breakpoints disappear on recompilation at the moment.

## License

Copyright (C) 2010, 2011 Hugo Duncan
Expand Down

0 comments on commit 55a67db

Please sign in to comment.