Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve
trusted-suppress-native-method
scriptlet
Add `debug` as disposition option: if the `how` parameter is `debug`, the scriptlet will trigger a `debugger` statement and the target method won't be suppressed. Useful to find out how the method is being called by page code. To be used for investigation purpose only.
- Loading branch information