forked from qt-creator/qt-creator
debugger: fix variable initialization
This commit is contained in:
@@ -171,6 +171,7 @@ BreakpointData::BreakpointData()
|
||||
marker = 0;
|
||||
m_markerLineNumber = 0;
|
||||
bpMultiple = false;
|
||||
bpEnabled = true;
|
||||
useFullPath = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user