## 一:路径调试法
```
$path = "/home/alipayWapNotify.txt";
file_put_contents($path, json_encode($_GET));
file_put_contents('./log/alipay_wap_notify_result.txt', 'error:' . date('Y-m-d H:i:s') . ':' . var_export($this->data, true));
```
## 二:远程xdebug调试法
![mark](http://qiniu.newthink.cc/blog/20180108-144959834.png)