JDI supports Constructor, Methods entry and exit (normal return or exceptional return) and Field (access and modification) breakpoints. Support these via: the source editor decompiled .class source ...
Insert a Dynamic Java Activity into any flow that has a space in its name (eg: 'My Process'). Open the dynamic Java. Unable to set a breakpoint.
List<Employees> EmployeeList = selectItemList.stream() .filter(x-> x.getCode().contains(query) || x.getName().contains(query)) .map(e->(Employees)e.getValue ...
I may be old school but debugging an issue in 20k lines of java code still feels more reliable with standard Ide breakpoints and debugger pair than tokenMaxxing an agent. #agents #efficiency ...