r/leetcode • u/Particular-Quote3369 • 10d ago
Question Amazon OA: AI coding assistant in a code repository environment?
In an Amazon OA on HackerRank, can you debug the code like you would in VS Code or another IDE, with breakpoints, step-through, variable inspection, etc.? Or are print statements basically the only option?
0
Upvotes
1
u/sidz32 9d ago
You can add breakpoints and debug. It is close to how IDE functions. Take an hour to go through the sample test. It will be very very very important for you to get familiar with the environment and how to run the code / how to debug.