diff src/pt-id.cc @ 3770:bf6116ca10eb

[project @ 2001-02-02 02:21:40 by jwe]
author jwe
date Fri, 02 Feb 2001 02:21:42 +0000
parents 71bd2d124119
children 27e461aed956
line wrap: on
line diff
--- a/src/pt-id.cc	Wed Jan 31 22:15:55 2001 +0000
+++ b/src/pt-id.cc	Fri Feb 02 02:21:42 2001 +0000
@@ -32,6 +32,7 @@
 #include "oct-obj.h"
 #include "oct-lvalue.h"
 #include "pager.h"
+#include "pt-bp.h"
 #include "pt-const.h"
 #include "pt-id.h"
 #include "pt-walk.h"
@@ -140,6 +141,8 @@
 {
   octave_value_list retval;
 
+  MAYBE_DO_BREAKPOINT;
+
   if (error_state)
     return retval;
 
@@ -199,6 +202,8 @@
 octave_lvalue
 tree_identifier::lvalue (void)
 {
+  MAYBE_DO_BREAKPOINT;
+
   return sym->variable_reference ();
 }