write the watches and edits guide page - #17
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the watch expressions placeholder with a page covering both watch expressions and modifying values, since the two share a mechanism.
Renamed
watch-expressions.mdtowatches-and-edits.md. Only the sidebar referenced the old id and the page had never held real content, so no redirect was added —/user-guide/watch-expressions/will 404.Verified against
handler_dbgp.canddebugger.c:zend_eval_stringin the paused process, so side effects are realbreakpoints_allowedis set to 0 during evaluation, so breakpoints inside a watch never fireerror_reportingis set to 0 for the evaluation, so warnings and notices are swallowed; a thrown exception is returned as its messageevaltakes no depth argument and uses the current execute data, so watches evaluate in the frame where execution stopped rather than the frame selected in the call stack.property_setdoes swap frames, so edits honour the selection and watches do not — the page calls this out.bool/int/float/stringcast, reporting only success or failure