Symptom
You received error message "Debugger cannot be attached to backend process" while debugging code for query in absl
Environment
- SAP Hybris Cloud for Customer
- SAP Business ByDesign
- SAP Cloud Applications Studio
Reproducing the Issue
-
Open PDI solution
-
Open absl file
-
Start debugger
-
Error message occurs while dubugging the line for query
Cause
SAP Cloud Applications Studio debugging results in memory Overflow dump. Query returns large amount of instances. Each of these instances is a structure. Each structure contains multiple nested structures and elements which is huge amount of data. Studio debugger cannot process this massive amount of data at a time.
Resolution
Please kindly reduce the number of instances that Query.Execute on BO returns.
Keywords
Debugger cannot be attached to backend process Query , KBA , AP-RC-BDS-DBG , ByDesign Studio Debugging , Problem