branch: master
commit 6fe5ba7678f1da5106a226131a1a781966f7b38e
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    Add jdb termination message
---
 realgud/debugger/jdb/init.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/realgud/debugger/jdb/init.el b/realgud/debugger/jdb/init.el
index 82bfe4a..8d557c9 100644
--- a/realgud/debugger/jdb/init.el
+++ b/realgud/debugger/jdb/init.el
@@ -192,6 +192,10 @@ backtrace listing.")
 ;;     ;;  (0 jdb-frames-current-frame-face append))
 ;;     ))
 
+;; realgud-loc-pat for a termination message.
+(setf (gethash "termination" realgud:jdb-pat-hash)
+       "^The application exited\n")
+
 (setf (gethash realgud:jdb-debugger-name realgud-pat-hash) 
realgud:jdb-pat-hash)
 
 (defvar realgud:jdb-command-hash (make-hash-table :test 'equal)

Reply via email to