Skip to Content
0
Mar 28, 2007 at 01:37 PM

Using a BREAK-POINT in BSP applications

34 Views

I am trying to set a hard-coded break point in my BSP application (for example in DO_REQUEST of my controller class) (the break statement is surrounded by some IF statements, so only enabled in some specific situations).

I just read in the documentation of the break statement:

-


In http sessions ( BSP), the system will stop at the BREAK-POINT statement only if, before execution, additional dynamic http breakpoints are set in the editor of an BSP page. Otherwise, only one entry is written to the system log.

-


Is there any way to enable that BREAK-POINT without setting the dynamic breakpoint in the editor? In other words: Is there a way to create and add a dynamic breakpoint via coding?