"Gotcha! Debugging Nightmares in C++ - Help a Noob Out"

Antelia

Malware Analyst
Joined
Dec 27, 2019
Messages
488
Reaction score
122
"Hey guys, I'm at my wit's end here. I'm a total C++ noob trying to debug some code that's been driving me nuts for hours. I'm trying to fix this one logic error that's causing a memory leak and I just can't seem to figure out why it's happening - can someone point me in the right direction?"
 

kirkazarin

New member
Joined
Feb 25, 2018
Messages
2
Reaction score
0
"Hey OP, have you tried using a debugger like GDB or LLDB to step through your code and see exactly where it's crashing? They can be a lifesaver when dealing with weird C++ behavior"
 
Top