Debugging can be difficult

Different programming environment offer different tools for debugging. 

Alice doesn't offer much in this regard.

You can disable and enable statements to find statements that are causing problem.

You can also print out data during debugging.

Alice also provides something called a watch box that allows you to monitor the value of a variable at runtime.