A good debugger for beginners?

I don't know any programming languages. Are there any overall Windows 10/11 debuggers that can simplify results. For example, I'd like to know whether any of my existing programs running in the background are leaking memory or suffering from buffer overflow. Event Log doesn't report that and hardware often ignores or silently mitigates such issues without showing user any errors. I know such debugging is usually meant for assembly language professionals, but perhaps there is something light-weight out there...
 
Back
Top