dbgtools icon indicating copy to clipboard operation
dbgtools copied to clipboard

Small collection of debug-related drop-in c/c++-utils

Results 3 dbgtools issues
Sort by recently updated
recently updated
newest added

It seems that `mod = GetModuleFileName((HMODULE)0, search_path, length);` in `static void callstack_symbols_build_search_path(char* search_path, int length)` can return a path with '..' in it. SymInitialize doesn't play well with this, so...