100%. Debuggers are nice when you can use them, trace logs are nice when you have them, clean repros are nice.
But lots of bugs can and should be found and fixed by inspection of the code, inspired by a reasonable observation.
Depending on your process needs, maybe write a test to confirm the fix.