Lukasz Zeglinski

Results 26 comments of Lukasz Zeglinski

Hi @mvandervoord , My apologies for closing and restoring this PR'st, but checking the release candidate, I noticed that the gdb print does not work as was expected when we...

Hi @mvandervoord , My apologies for a delay. I'm quietly overloaded by my work, and learning new stuff. I will try my best to give you answer on all mentioned...

Hi @mvandervoord , Small update from mentioned by you test: Answering on your question: ---- - debugger TRUE, cmdline_args FALSE, gdb doesn't exist (or, override the default debugger tool with...

Hi @mvandervoord , If you will have some time, can you look at latest changes. I updated implementation and documentation, giving developer option to set additional regex, required to collect...

Hi @mvandervoord , My apologies for a silence from my side. Did you have maybe some time to look at my changes and do you think that they might be...

Hi @0ge , @Letme , @methril , I created a PR'st (https://github.com/ThrowTheSwitch/Ceedling/pull/740) which might help solve your problem. Mostly if you use **gdb** and you are able to using it...

Hi @Letme , To clarify. If we have situation in test_file ``` Test A = pass Test B = Segfault, crash (run gdb) Test C = pass ``` At first,...

Hi @Letme , Feel free to look at it. Basing on your replay, I think all of mentioned by you cases are handled by the changes. Sample project: calc.c ```...

Hi @jwalkerbg , I tried to reproduce your issue at latest version of Ceedling master without success. ```sh Ceedling:: 0.31.1 Unity:: 2.5.4 CMock:: 2.5.4 CException:: 1.3.3 ``` Do you think...

Hi If you are interested, I created pull request with fix for your problem. https://github.com/ThrowTheSwitch/Ceedling/pull/593 It works for me so I have hope it will works as well for you.