如何能夠快速獲得一個用戶在SAP ABAPNetweaver系統上設置的所有斷點

Use case of the tip

Sometimes when you are debugging for a complicated issue, you set several breakpoints in dev system first. For some reasons you need to repeat the debugging steps in test or production system. In ABAP workbench there is not convenient way to get the list of all breakpoints set for the logon user. Then the following two tips could be used:

方法1

Type /h in command line and just trigger a command ( you can just click back button ) to switch on the debugging mode, then click Break./Watchpoints to get the breakpoints list.

方法2

查詢數據庫表ABDBG_BPS:

The breakpoint information like line number is stored in database table below:

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章