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等等。

赞 (0)