admin管理员组文章数量:1315251
I am using CppuTest (/) for Unit-Testing embedded Software Code. CppuTest is used as a static compiled library, created by myself. Compiler is MinGW gcc (TDM-2 mingw32) 4.4.1-dw2.
Eclipse version is a special distribution for our company. But this issue occurs on any other eclipse version, too.
So now, I will try to explain my issue.
When my tests gets bigger and then I add a breakpoint at a special place, it does get hit but the editor is not jumping into that breakpoint.
I am getting on eclipse terminal always a message like:
................*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x004179e6",func="test_XXXXX_YYYYY_wrapper_c",args=[],file="..\src\XXX\YYYYTests.c",fullname="Path\File.c",line="169"},thread-id="1",stopped-threads="all
After that sometimes I am getting a pop-up message like this:
The debugger console prints this:
When my tests fail, I am not able to debug why my tests fail because of this issue. So to "pass" that tests, I deactivate that failing tests.
Has anybody an idea, how can I fix this?
本文标签: unit testingEclipse and CppuTest hangs on unwanted breakpointStack Overflow
版权声明:本文标题:unit testing - Eclipse and CppuTest hangs on unwanted breakpoint - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741979451a2408307.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论