Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorolpc user <olpc@localhost.localdomain>2010-03-12 18:26:55 (GMT)
committer olpc user <olpc@localhost.localdomain>2010-03-12 18:26:55 (GMT)
commit67ab4c91318f334260af00e971517340a3cb5685 (patch)
treef578cc1bb85bc5a5bd9dea1c447d41c46f68170f /bin
parent44d457039c07bfefa6276f417ec92ad872bd67a0 (diff)
time to start solidifying features
Diffstat (limited to 'bin')
-rw-r--r--bin/continue_debug.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/continue_debug.py b/bin/continue_debug.py
index a0267f8..f54011a 100644
--- a/bin/continue_debug.py
+++ b/bin/continue_debug.py
@@ -77,8 +77,8 @@ child_path = db.child_path
_logger.debug('child path: %s'%child_path)
#set the traceback level of detail
-ip.options.xmode = db.traceback
-
+ip.options.xmode = db.debug_dict['traceback']
+_logger.debug('xmode set to %s'%db.debug_dict['traceback'])
""" if this were to work properly we should set go equal to object Macro
go_cmd = 'run -d -b %s %s'%(os.path.join(db.pydebug_path,'bin','start_debug.py'),child_path)
_logger.debug('defining go: %s'%go_cmd)