I have a fairly large and complex program I am trying to debug right now. I keep getting a St13runtime_error
and I have no idea what that means. I think its an std::runtime_error
. Are there any general strategies I can employ here?
I have tried getting a stack trace and it just says Unknown Function
for like half the trace which isn't very helpful even though I built in debug mode.