Skip to content

Commit

Permalink
Fix non-TTD debugging on Windows not using PDB file name. Fix Vector3…
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Oct 8, 2023
1 parent 2f17c81 commit bd83a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/adapters/dbgengadapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ namespace BinaryNinjaDebugger {
bool m_aboutToBeKilled = false;

std::string m_pdbFileName {};
bool m_usePDBFileName = false;
bool m_usePDBFileName = true;

public:
inline static ProcessCallbackInformation ProcessCallbackInfo {};
Expand Down

0 comments on commit bd83a96

Please sign in to comment.