summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/Carbon/OSAconst.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-mac/Carbon/OSAconst.py')
-rw-r--r--Lib/plat-mac/Carbon/OSAconst.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/plat-mac/Carbon/OSAconst.py b/Lib/plat-mac/Carbon/OSAconst.py
index c6d4851..ccce00a 100644
--- a/Lib/plat-mac/Carbon/OSAconst.py
+++ b/Lib/plat-mac/Carbon/OSAconst.py
@@ -81,6 +81,7 @@ kOSADebuggerGetVariable = 0x0908
kOSADebuggerSetVariable = 0x0909
kOSADebuggerGetPreviousCallFrame = 0x090A
kOSADebuggerDisposeCallFrame = 0x090B
+kOSADebuggerCountVariables = 0x090C
kOSASelectComponentSpecificStart = 0x1001
kOSAModePreventGetSource = 0x00000001
kOSAModeNeverInteract = kAENeverInteract
@@ -120,6 +121,9 @@ eStepOver = 0
eStepIn = 1
eStepOut = 2
eRun = 3
+eLocal = 0
+eGlobal = 1
+eProperties = 2
keyProgramState = FOUR_CHAR_CODE('dsps')
typeStatementRange = FOUR_CHAR_CODE('srng')
keyProcedureName = FOUR_CHAR_CODE('dfnm')