
# webrex source itself
dir ../webrexlib
dir ../webrex

# mci applet
#dir ../applets/mci
#dir ../applets/mci/EnterpriseObjects.subproj
#dir ../applets/mci/ITSFoundationKit.subproj
#dir ../applets/mci/Customer.subproj
#dir ../applets/mci/Install.subproj
#dir ../applets/mci/Status.subproj
#dir ../applets/mci/Disconnect.subproj
#dir ./Applets/mci.bundle

# flybynight demo
#dir ../applets/FlyByNight
#dir ../applets/FlyByNight/EnterpriseObjects.subproj
#dir ../applets/FlyByNight/ITSFoundationKit.subproj
#dir ./Applets/FlyByNight.bundle

# wrdemomenu demo
#dir ../applets/WRDemoMenu
#dir ./Applets/WRDemoMenu.bundle

# humanresources demo
#dir ../applets/HumanResources
#dir ./Applets/HumanResources.bundle

# simple demo
#dir ../applets/simple
#dir ./Applets/simple.bundle

# Digizine applet
#dir ../applets/DigiZINE
#dir ../applets/DigiZINE/Secure.subproj
#dir ../applets/DigiZINE/ITSFoundationKit.subproj
#dir ./Applets/DigiZINE.bundle

# ICC applet
dir ../applets/icc
dir ../applets/icc/EnterpriseObjects.subproj
dir ../applets/icc/ITSFoundationKit.subproj
dir ../applets/icc/Search.subproj
dir ../applets/icc/Financial.subproj
dir ../applets/icc/Health.subproj
dir ../applets/icc/Admin.subproj
dir ../applets/icc/General.subproj
dir ../applets/icc/Family.subproj
dir ../applets/icc/Total.subproj
dir ./Applets/icc.bundle

# giftsender applet
#dir ../applets/giftsender
#dir ../applets/giftsender/EnterpriseObjects.subproj
#dir ../applets/giftsender/Secure.subproj
#dir ../applets/giftsender/ITSFoundationKit.subproj


define reason
po [*((id *)($fp + 8)) exceptionReason]
end

document reason
Print the reason for an NSException.
When a program is inside of the method -[NSException raise], this command
prints out a textual reason for the exception.
end

define edc
print [NSAutoreleasePool enableDoubleReleaseCheck:1]
end

define nbs
print [NSBundle stripAfterLoading:0]
end

define utd
print [EODatabaseContext _setDebugEnabled:1]
end

view
