Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
3d8aefb9
Commit
3d8aefb9
authored
Nov 30, 2010
by
hjk
Browse files
debugger: show breakpoint markers more often again
parent
ad5476ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
3d8aefb9
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment