![在Salesforce中通过 Debug Log 方式 跟踪逻辑流程 在Salesforce中通过 Debug Log 方式 跟踪逻辑流程](https://image.shishitao.com:8440/aHR0cHM6Ly9ia3FzaW1nLmlrYWZhbi5jb20vdXBsb2FkL2NoYXRncHQtcy5wbmc%2FIQ%3D%3D.png?!?w=700)
在Salesforce中通过 Debug Log方式 跟踪逻辑流程
具体位置如下所示:
Setup ---> Logs ---> Debug Logs ---> Monitored Users (add your user) ---- [Than to view target log at Debug Logs section after refresh page or operate object and so on]
具体截图如下所示:
具体代码如下所示:
system.debug('---------001:update logic');
.....