Check for bugs
Ask for help and check for possible bugs in your code.
Last updated
Ask for help and check for possible bugs in your code.
Last updated
Go to your atomic block. In our example we will be using our example from previous topics.
Click our "Check for Bugs" button on the top right of our code editor.
That's great: note that our response has an element "has_error" equals false. That means our code has no critical bugs.
Now let's write a new one and check if it has bugs.
The answer has changed and now it seems with have a few bugs in our code. We can see that there are actually 3 bugs found with possible solutions to fix them. Apply suggestions if you will to have your atomic block without any bugs.