0
Try it yourself question
How do I know exactly where my errors are on the "try it yourself" code page?
1 Resposta
+ 8
It works exactly like a normal IDE, because it applies a standard debugger. Depending on a language it raises exceptions or runtime errors indicating the line and/or a statement which caused it.