博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Webdynpro Debug
阅读量:4957 次
发布时间:2019-06-12

本文共 2083 字,大约阅读时间需要 6 分钟。

If any errors occur in our Web Dynpro components, we can use the ABAP Debugger to execute our WD component, by line or by section.

To work with the debugger, we can create Breakpoints at the point where the program should pause ().

Figure 3.28: Setting a Breakpoint

 

We run the application and, in the moment when the program flow reached the defined breakpoint, the ABAP Debugger is open ().

Figure 3.29: ABAP Debugger

 

As we can see in the Process Information, the main component of the ABAP Debugger, we debug an HTTP application. The "Exclusive" represents the fact that the application we debug occupies a work process of the application server.

By using the Buttons from the Control Area, we can control the program flow. For example, we can choose to execute the program line by line Image from book — Single step, or to execute the program up to the next Breakpoint Image from book — Continue.

We can use the ABAP Debugger tools to have information about the variable ().

Click to collapse
Figure 3.30: Tool Component of the ABAP Debugger

By using the New Tool button Image from book, we can open a selection window that offers the possibility to access additional functionalities. In the Special Tools section, we can find the created tool, to be used for a better debugging of the Web Dynpro components ().

Image from book
Figure 3.31: ABAP Debugger — New tool selection window

As we can see in , we are offered the possibility to have access to all the individual elements of the Web Dynpro component; we can see the view attributes, the view layout, the UI elements and data binding, the context structure and its attributes, etc.

Click to collapse
Figure 3.32: The ABAP debugger — web Dynpro ABAP tool

We are able to see not only the context structure, but also to display the runtime object, by choosing from the contextual menu Display Runtime Object ().

 

Click to collapse

Figure 3.33: Displaying the runtime object

These are only some of the ABAP Debugger capabilities that can be used along with other performance tools (for example, the transactions WD_TRACE_TOOLS, S_MEMORY_INSPECTOR), to help us to develop Web Dynpro applications.

 

 

 

 

 

 

 

转载于:https://www.cnblogs.com/lnu2471/p/3622383.html

你可能感兴趣的文章
[置顶] 一名优秀的程序设计师是如何管理知识的?
查看>>
scanf和gets
查看>>
highcharts 图表实例
查看>>
ubuntu下如何查看用户登录及系统授权相关信息
查看>>
秋季学期学习总结
查看>>
SpringBoot 优化内嵌的Tomcat
查看>>
【LaTeX】E喵的LaTeX新手入门教程(1)准备篇
查看>>
highcharts曲线图
查看>>
extjs动态改变样式
查看>>
PL/SQL Developer 查询的数据有乱码或者where 字段名=字段值 查不出来数据
查看>>
宏定义
查看>>
ubuntu12.04 串口登录系统配置
查看>>
poj3061
查看>>
linux--多进程进行文件拷贝
查看>>
笔记:git基本操作
查看>>
Gold Smith第一章
查看>>
生成php所需要的APNS Service pem证书的步骤
查看>>
JavaWeb之JSON
查看>>
URL中的特殊字符处理
查看>>
HOT SUMMER 每天都是不一样,积极的去感受生活 C#关闭IE相应的窗口 .
查看>>