Skip to content
GitLab
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
af3d7fe3
Commit
af3d7fe3
authored
Nov 15, 2010
by
Friedemann Kleint
Browse files
Debugger: Initialize BreakpointParameters correctly.
parent
9fc5970b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakpoint.cpp
View file @
af3d7fe3
...
...
@@ -45,8 +45,8 @@ const char *BreakpointData::throwFunction = "throw";
const
char
*
BreakpointData
::
catchFunction
=
"catch"
;
BreakpointParameters
::
BreakpointParameters
(
BreakpointType
t
)
:
type
(
t
),
enabled
(
t
yp
e
),
useFullPath
(
false
),
ignoreCount
(
0
),
lineNumber
(
0
)
type
(
t
),
enabled
(
t
ru
e
),
useFullPath
(
false
),
ignoreCount
(
0
),
lineNumber
(
0
)
,
address
(
0
)
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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