X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkInterpreter.cxx;h=62f523319641ce16d9e5e447d22207fcbd2ebc81;hb=13304e56deca37fe54072b423bc1214687ec503a;hp=ef99c10124102b0eff4ff7487f1687dbadd26b44;hpb=41dd99d33d99d0e17448d401a1d46ef390b5d525;p=bbtk.git diff --git a/kernel/src/bbtkInterpreter.cxx b/kernel/src/bbtkInterpreter.cxx index ef99c10..62f5233 100644 --- a/kernel/src/bbtkInterpreter.cxx +++ b/kernel/src/bbtkInterpreter.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkInterpreter.cxx,v $ $ Language: C++ - Date: $Date: 2008/04/22 09:40:10 $ - Version: $Revision: 1.63 $ + Date: $Date: 2008/04/25 08:05:23 $ + Version: $Revision: 1.65 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -299,12 +299,12 @@ namespace bbtk info.help = "Shows a graphical view of a bbtk pipeline.\n- BlackBoxName : name of the box to view. Default '.' : current box.\n- BlackBoxNameType : name of the type of box to view, ex : 'workspace')"; mCommandDict[info.keyword] = info; - info.keyword = "object"; + info.keyword = "debug"; info.argmin = 0; info.argmax = 1; - info.code = cObject; - info.syntax = "object "; - info.help = "Provides debug info on object "; + info.code = cDebug; + info.syntax = "debug [expr|-C|-D]"; + info.help = "Prints debug info on living bbtk objects containing the string 'expr' (default expr=''). -C checks the factory integrity. -D turns on objects debug info after main ends"; mCommandDict[info.keyword] = info; /* @@ -591,28 +591,7 @@ namespace bbtk InterpretLine(line, insideComment); } CATCH_MACRO; - /* - catch (QuitException e) - { - status = Interpreter_QUIT; - } - catch (bbtk::Exception e) - { - std::cerr << "* ERROR : "<