IsDebuggingQuery.st
changeset 17164 d33ed5ddd0d3
parent 14836 8322ad4e8ad3
child 17268 28cc88757faf
equal deleted inserted replaced
17163:506b7f2ef014 17164:d33ed5ddd0d3
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 
    34 
    35 "
    35 "
       
    36 !
       
    37 
       
    38 documentation
       
    39 "
       
    40     Answered by the debugger while we are in it.
       
    41 
       
    42     Currently the only one interested in that are Futures,
       
    43     which will not force their value while in the debugger
       
    44     (so we can look at a future inside a debugger's inspector without
       
    45     forcing them)
       
    46 
       
    47     [Author:]
       
    48         Stefan Vogel, eXept
       
    49 "
    36 ! !
    50 ! !
    37 
    51 
    38 !IsDebuggingQuery methodsFor:'default values'!
    52 !IsDebuggingQuery methodsFor:'default values'!
    39 
    53 
    40 defaultResumeValue
    54 defaultResumeValue
    42 ! !
    56 ! !
    43 
    57 
    44 !IsDebuggingQuery class methodsFor:'documentation'!
    58 !IsDebuggingQuery class methodsFor:'documentation'!
    45 
    59 
    46 version
    60 version
    47     ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.2 2013-03-06 17:09:36 cg Exp $'
    61     ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.3 2014-11-29 18:16:33 cg Exp $'
    48 !
    62 !
    49 
    63 
    50 version_CVS
    64 version_CVS
    51     ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.2 2013-03-06 17:09:36 cg Exp $'
    65     ^ '$Header: /cvs/stx/stx/libbasic/IsDebuggingQuery.st,v 1.3 2014-11-29 18:16:33 cg Exp $'
    52 ! !
    66 ! !
    53 
    67