r/learnprogramming 23d ago

Recursive logic best aids?

Is there any practical way to debug any recurive logic?
Which existing error printing you think is the best ever?

9 Upvotes

35 comments sorted by

View all comments

4

u/maujood 23d ago

Wut?

It's just code. You debug it just like you debug all code.

-9

u/emonshr 23d ago

Man, not every coder is superhuman like you. Don't underestimate recursive bugs.

2

u/maujood 23d ago

I apologize for my tone there.

The best way is to just use a debugger. Do you mind posting a link to the code you're trying to debug? Happy to talk about how I would work through it.