SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试
生活随笔
收集整理的这篇文章主要介绍了
SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
和其他IDE使用方式一样,首先在需要设置断点的代码行数前面双击,设置断点:
使用菜单Debug->Start Debugging,切换成调试模式:
看到Show output from:Debug里,显示了提示信息:
Debugger has been started for user WANGJERRY1:
之后,一旦使用该user在UI上操作,只要该UI操作会触发我们设置断点的ABAP script 文件的执行,则断点会自动触发:
可以和其他IDE一样,使用Cloud Application Studio提供的调试工具,比如查看变量值,查看callstack,Step Out,Step Over等等。
更多Jerry的原创文章,尽在:“汪子熙”:
总结
以上是生活随笔为你收集整理的SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: SAP Cloud for Custom
- 下一篇: SAP Cloud for Custom