branch: externals/idlwave
commit 1ecae9e4c5f9785f07ef517c3302aff54d055cb5
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>
- Fixed non-edebug entering when stepping to new routines after a
breakpoint is hit, and 'breakpoint is set for
automatic-electric-debug.
---
idlw-shell.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idlw-shell.el b/idlw-shell.el
index 3fc532fa9b..fdf2d1ee6d 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -6,7 +6,7 @@
;; Chris Chase <[email protected]>
;; Maintainer: J.D. Smith <[email protected]>
;; Version: VERSIONTAG
-;; Date: $Date: 2003/05/13 18:42:27 $
+;; Date: $Date: 2003/05/13 22:52:52 $
;; Keywords: processes
;; This file is part of GNU Emacs.
@@ -2344,7 +2344,7 @@ debug mode."
(eq idlwave-shell-automatic-electric-debug t)
(and
(eq idlwave-shell-automatic-electric-debug 'breakpoint)
- (eq idlwave-shell-current-state 'breakpoint)))
+ (not (eq idlwave-shell-current-state 'error))))
(not no-debug)
(not idlwave-shell-suppress-electric-debug)
(not idlwave-shell-electric-debug-mode))