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

debugger: show breakpoint markers more often again

parent ad5476ff
No related branches found
No related tags found
No related merge requests found
......@@ -783,6 +783,7 @@ void BreakHandler::appendBreakpoint(const BreakpointParameters &data)
item.response.fileName = data.fileName;
item.response.lineNumber = data.lineNumber;
m_storage.insert(id, item);
updateMarker(id);
scheduleSynchronization();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment