zoukankan      html  css  js  c++  java
  • Webdynpro Debug

    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 (Fig. 3.28).

    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 (Fig. 3.29).

    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 (Fig. 3.30).

    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 (Fig. 3.31).

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

    As we can see in Fig. 3.32, 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 (Fig. 3.33).

     

    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.

     

     

     

     

     

     

     

  • 相关阅读:
    xcode 各种项目设置
    poj 2240 floyd算法
    MySQL參数binlog-do-db对binlogs写入的影响
    cocos2D(一)----第一个cocos2D程序
    mahout測试朴素贝叶斯分类样例
    sql for xml query sample
    辛星解读之php中的重点函数第一节之数组函数
    java集合经常出现空指针问题的解决方案
    java常量设置的方式
    java中如果需要精确的计算答案,请避免使用double类型与float类型
  • 原文地址:https://www.cnblogs.com/lnu2471/p/3622383.html
Copyright © 2011-2022 走看看