Latest Answer : If u want to add char in sqr, you make use of declare-chart(in setup section) and Print chart(in program or procedure sections) commands.In those commands you can specify which type of chart you want(pie,bar,line,stack,.........)If you want to add more ...
Explain Conditional Debugging
Latest Answer : SQR provided us with two types of Debugging1) Normal Debugging - Using one character we will debug the programSyntax:--DEBUG2)Conditional Debugging - Here we will debug the program with two typesa) Display: one variableb) Show: more than one variable ...
What is the differences in Debugging and Tracing
Latest Answer : AE debug: Go to configuration manager of (App Designer). Then navigate thru
Profile > Edit > Process Scheduler > Application Engine, check the Debug option.
Open the AE program needs to debug and click the traffic light, run program
button. ...
How to perform line by line debugging in Application Engine?