Skip to content
ysichov edited this page Sep 9, 2020 · 6 revisions

Simple Debugger Data Explorer

After break-point started, copy script code to tab script in debugger and run script.

running script

It will show all local and global variables including deep structure and ABAP objects.

Example 1

Example 2

Button "Initials" change empty variable visibility mode.

In left corner there are 4 buttons to send standard debug code (F5, F6, F7, F8 ).

Double click on table opens a new tab with the table contents. You can open as many tables as you need or allows your monitor resolution.

It is only alpha version of first step to full Time travel Debugging like in PyTrace

Alpha 0.2 code viewer added

code viewer

Clone this wiki locally