Ignore:
Timestamp:
Nov 2, 2014 10:11:53 PM (8 years ago)
Author:
toby
Message:

add some debug options with pdb and IPython

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config_example.py

    r1513 r1558  
    1616provide the default behavior if the file is not present or if any configuration
    1717variable is not set, but please do place a docstring here for every used
    18 config variable explaining what it does.
     18config variable explaining what it does. Access these variables using
     19:func:`GSASIIpath.GetConfigValue`.
     20'''
     21
     22debug = False
     23'''Set to True to turn on debugging mode. This enables use of IPython on
     24exceptions and on calls to :func:`GSASIIpath.IPyBreak`. Calls to
     25:func:`GSASIIpath.pdbBreak` will invoke pdb at that location.
     26If debug is false calls to :func:`GSASIIpath.IPyBreak` and
     27:func:`GSASIIpath.pdbBreak` are ignored.
    1928'''
    2029
Note: See TracChangeset for help on using the changeset viewer.