doc fix
svn: r2597
This commit is contained in:
parent
1f702fab15
commit
f5d77675c7
|
@ -343,19 +343,11 @@ _Installing Trace Points_
|
||||||
effect. Also, pausing while executing a fast mode file will be
|
effect. Also, pausing while executing a fast mode file will be
|
||||||
delayed until execution reaches a debuggable mode file.
|
delayed until execution reaches a debuggable mode file.
|
||||||
|
|
||||||
MzTake uses the following rules, in order, to decide between fast
|
Files that are the target of a trace point when first lunching the
|
||||||
mode and debuggable mode:
|
process run in debuggable mode, so is the main file set by
|
||||||
|
SET-MAIN!. Otherwise, the current policy is consulted to decide
|
||||||
1) Files that are compiled to .zo run in fast mode.
|
between fast and debuggable mode. In this case, if the policy does
|
||||||
|
not decide, MzTake raises an error.
|
||||||
2) Files that are the target of a trace point when first lunching
|
|
||||||
the process run in debuggable mode, so is the main file set by SET-MAIN!
|
|
||||||
|
|
||||||
3) If none of the two previous rules apply, the current policy is
|
|
||||||
consulted to decide between fast and debuggable mode.
|
|
||||||
|
|
||||||
If the check reaches the third step and the policy does not decide,
|
|
||||||
MzTake raises an error.
|
|
||||||
|
|
||||||
Policies have the following contract:
|
Policies have the following contract:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user