Editor: vscode
Plug-in: php debug
debug tool: xdebug
framework:laravel 5.2
When I run under the breakpoint, it throws
DecryptException('The payload is invalid');
abnormal.
高洛峰2017-05-16 16:50:11
To solve this problem, a longer answer is needed. I wrote a blog, please go to http://www.cnblogs.com/kelsen...
伊谢尔伦2017-05-16 16:50:11
Remove exceptions from breakpoints
Some exceptions in the framework will have appropriate error handling, without the need for breakpoints.