Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 230 Bytes

代码调试.md

File metadata and controls

13 lines (10 loc) · 230 Bytes

代码调试

问题

  1. 费事:一般的做法都是每一行echo();die();或者return;

常见处理

  1. 记录调用链Log
  2. 开启报错
  3. 错误抛出和异常
  4. 工具:xdebug

更多

  1. PHP调试技术手册