It's been quite sometime since I last coded in C++ perhaps half a year ago.
Anyway, as far as I can remember these are the causes of run time error : too deep stack call, 1/0, access memory that is not suppose the be accessed. so I coded a modified BFS and this a runtime error occur then I hit the debugger.
This particular code is the source of run time error
this code is in some function and not in main
to make sure that walk_count < results[i].size();
but the same rte is still happening, but now the debugger won't say exactly where ...
I am sorry that I can't really use a debugger I just hit F8 and hope that it show some useful info