‎2008 Feb 29 3:37 PM
Hi there,
I'd want to insert a break point inside a function module, not "double-clicking" the line, but calling a FM or a method.
Does anybody knows if there's a way to insert a breakpoint in a specific row of a Function Module?
‎2008 Feb 29 3:43 PM
you can add the command BREAK-POINT in a specific line in your code in order to stop there.
‎2008 Feb 29 3:43 PM
you can add the command BREAK-POINT in a specific line in your code in order to stop there.
‎2008 Feb 29 3:47 PM