1. SAP HANA Cloud
SAP HANA Database Modeling Guide for SAP Web IDE for SAP HANA:
In the section "Analyzing Queries on Calculation Views
" the subsection "Debug a Calculation View" states: "You can use the debug query feature to analyze an SQL query on a calculation view... The debugger helps you understand the data flow in the calculation view nodes and to identify the nodes that are not executed (pruned nodes) for a given SQL query." This directly supports the function of identifying un-accessed data sources.
2. SAP HANA Modeling Guide for SAP HANA Studio (SPS 12):
Section 5.1.10.2
"Debugging Calculation Views
" explains: "The debugger helps you understand the data flow in the calculation view nodes and to identify the nodes that are not executed (pruned nodes) for a given SQL query." This confirms that identifying pruned nodes is the key feature.
3. SAP HANA SQLScript Reference:
The section on "Debugging SQLScript" details the procedure for setting breakpoints and stepping through code
which clearly distinguishes it from the Debug Query mode for graphical views
thereby invalidating option A.