I am of getting a JSON response on clicking NEXT and BACK buttons on simulator, each time it calls a service, I am printing that JSON response using print statement
print(jsonResponse)
It keeps adding a huge data on debugger.
Is there any way by which I can clear the debugger logs before printing the new? Something like this:
clearDebuggerLogs() //clrscr() in C
print(jsonResponse)