Skip to content
Snippets Groups Projects
Commit 3b4b2c3e authored by hjk's avatar hjk
Browse files

debugger: fix variable initialization

parent ac1098d1
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ BreakpointData::BreakpointData() ...@@ -171,6 +171,7 @@ BreakpointData::BreakpointData()
marker = 0; marker = 0;
m_markerLineNumber = 0; m_markerLineNumber = 0;
bpMultiple = false; bpMultiple = false;
bpEnabled = true;
useFullPath = false; useFullPath = false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment