[
https://issues.apache.org/jira/browse/MYNEWT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731427#comment-15731427
]
ASF subversion and git services commented on MYNEWT-245:
--------------------------------------------------------
Commit 199ecc0c7d1a2beb2152f2d6877cc43b76b59314 in incubator-mynewt-newt's
branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=199ecc0
]
MYNEWT-245 Allow debug of unittest via "newt run"
The command is:
newt run <unittest-pkg>
This builds the test executable such that a failed test triggers a
failed assert and runs it in gdb. When a test fails, gdb halts at the
point of failure.
This change requires a sibling change to be made to the core repo.
> newt target test should allow debug of a package test library
> -------------------------------------------------------------
>
> Key: MYNEWT-245
> URL: https://issues.apache.org/jira/browse/MYNEWT-245
> Project: Mynewt
> Issue Type: Improvement
> Components: Newt
> Reporter: Paul Dietrich
> Assignee: Christopher Collins
> Fix For: v1_0_0_rel
>
>
> when I hit an assert in my test, I wanted to debug to see why it was
> asserting. It turns out that there was no way to do that in newt.
> It would be nice to have this capability.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)