You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugs a mapping by breaking the debugger wherever this strategy is inserted. The specified expression will be mapped immediately before triggering the breakpoint. The debugger should see the current data, context and mapped expression.
900
+
901
+
Currently only the [Xdebug][Xdebug] debugger is supported.
902
+
903
+
#### Signature
904
+
905
+
```php
906
+
Debug(Strategy|Mapping|array|mixed $expression)
907
+
```
908
+
909
+
1.`$expression`– Expression to delegate to `Mapper`.
910
+
889
911
Requirements
890
912
------------
891
913
@@ -916,3 +938,5 @@ in this document can be found in `DocumentationTest`.
0 commit comments