dbg:value( $request as xs:unsignedLong, [$expr as xs:string] ) as item()*
Evaluate an expression in the context of the identified stopped request. If no expression is given and the request is stopped at the end of an expression, then the expression's value is returned.
Parameters | |
---|---|
request | Request ID. |
expr | Expression string. |
dbg:value(13334971433974783708, "$var") => 5 where 5 is the value of the $var variable for the stopped request
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.