Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eb1707f

Browse files
Fix GDB (#249)
Don't use extracted state.
1 parent 6f49f4d commit eb1707f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ val oeGdbTask =
182182
"Runs the test suite specified in ./project/resources under the oe-gdb debugger."
183183
)
184184
def oeGdbCommand = Command.command("oe-gdb") { state =>
185-
val extracted = Project extract state
186-
val newState = extracted.append(Seq(buildType := Debug), state)
187-
Project.extract(newState).runTask(oeGdbTask, newState)
185+
Project.extract(state).runTask(oeGdbTask, state)
188186
state
189187
}
190188

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /