SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试

和其他IDE使用方式一样,首先在需要设置断点的代码行数前面双击,设置断点:

SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试_第1张图片

使用菜单Debug->Start Debugging,切换成调试模式:

SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试_第2张图片

看到Show output from:Debug里,显示了提示信息:

Debugger has been started for user WANGJERRY1:

SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试_第3张图片

之后,一旦使用该user在UI上操作,只要该UI操作会触发我们设置断点的ABAP script 文件的执行,则断点会自动触发:

SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试_第4张图片

可以和其他IDE一样,使用Cloud Application Studio提供的调试工具,比如查看变量值,查看callstack,Step Out,Step Over等等。

SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试_第5张图片

更多Jerry的原创文章,尽在:"汪子熙":

你可能感兴趣的:(SAP Cloud for Customer Cloud(C4C)Application Studio里的代码调试)