I am not able to use the debug window , I am clicking on it but console is opening again and again
Debug issue , not able to open debug
@kasturichakraborty36_24075fa79f00d4e8 Before you click on debugging you need to put a hold point on the line you want to stop the code flow on. To make this point you need to click on the light blue color area just before the line numbers as shown in the image below:
After you double click you should a see point there like shown below :
Now if you try to debug again your code will stop at this line and will move line by line from there.Console might get open if your code requires a input. Give the input and you are good to go.