forked from qt-creator/qt-creator
debugger: fix 'info line' call
This commit is contained in:
@@ -2475,7 +2475,7 @@ void GdbEngine::attemptBreakpointSynchronization()
|
|||||||
data->bpEnabled = false;
|
data->bpEnabled = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!data->bpAddress.isEmpty()
|
if (data->bpAddress.startsWith("0x")
|
||||||
&& data->bpCorrectedLineNumber.isEmpty()) {
|
&& data->bpCorrectedLineNumber.isEmpty()) {
|
||||||
// Prevent endless loop.
|
// Prevent endless loop.
|
||||||
data->bpCorrectedLineNumber = " ";
|
data->bpCorrectedLineNumber = " ";
|
||||||
|
|||||||
Reference in New Issue
Block a user