Skip to content

Commit

Permalink
Begin doc on internals of breakpoint handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalint committed May 2, 2016
1 parent 267822c commit dd6e06e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Breakpoint_Handling.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


#+BEGIN_SRC plantuml :file bp_example.png
JVM_thread -> JVM_thread: running for a while
JVM_thread -> cb_breakpoint: Hits BP
cb_breakpoint -> LUA_cb_breakpoint
#+END_SRC

0 comments on commit dd6e06e

Please sign in to comment.