#adilet1762

1 messages · Page 1 of 1 (latest)

glass robinBOT
tiny chasm
#

Have you tried using a debugger and print statements to trace your code?

snow geyser
#

I try use debugger but nothing happens

tiny chasm
#

What do you mean by nothing happens

#

Did you set breakpoints to trace your code?

#

This is really something you need to debug yourself

#

You need to see the exact path your code execution is taking. Either do print statements or a debugger to trace things. That will clue you into the problem

snow geyser
#

Does not enter this method. Logically, when I pay, it should go into this method and the goods will be removed from the basket. He does not enter it.

tiny chasm
#

That's what the debugger is for 😁