
You can set dynamic breakpoints. These stop execution whenever a token – an ABAP statement or an exception class – is reached.
You have set a dynamic breakpoint that is active for any program that you run in the current ABAP project. The breakpoint applies whether you start the program directly or the program is started under your user indirectly, by an HTTP request, for example.
You can display and manage dynamic breakpoints from the Breakpoint view in the Debug View. In particular, you can change the token that triggers the breakpoint.
You can also change the scope of a dynamic breakpoint by changing the setting of Restrict to running debuggers. If marked, the breakpoint is only valid in a program that you already debugging. If unmarked, the breakpoint applies to all programs that are started under your user name.