Nico

Results 11 comments of Nico

[paho_issue_1481.txt](https://github.com/eclipse/paho.mqtt.c/files/15236972/paho_issue_1481.txt) here is a diff of changes that allowed me to successfully compile with tests enabled in windows. Probably not the best way to go about it but just to...

Ok so VS Code configuration thing, I guess! The extra compile guards could take away the need for that manual step if that's desirable in the future, but this makes...

After trying a mix and match of these various solutions I finally got something to pass with `test_stuff.c`. I had the `:tools:` section defined exactly how my forefathers did above...

Update, I am able to enable `:use_test_preprocessor: :all` again with FreeRTOS. I am on v1.0.1 and since they have included other preprocessors that would need to have custom settings. Instead...

**Edit**: I needed to edit the `:strippables:` section pertaining to `__attribute__\s*\(+.*?\)+)` because now that there is deep preprocessing of mocks it expands out some port macros and doesn't catch the...

https://github.com/ThrowTheSwitch/Ceedling/issues/1038#issuecomment-2776268634 Putting here as well but this comment has example simple gdb plugin for this exact scenario with asan. Also, if you have a multi-OS system where you develop on...

I would like to add that when using the `:use_backtrace: :gdb` option, I got this output: ``` [tests/Utilities/test_Utilities.c] Test: test_Utilities_DisableSkipsRefresh At line (20): "Test case crashed (no usable `gdb` report)"...

@KaSroka I like that a lot more, I'll throw that into the custom module instead to simplify output, thanks for sharing!

Sorry, I meant plugin. I will use your class body instead of piping to gdb executable again so that I don't get all of the gdb output that is unimportant.

@KaSroka I had the same issue. I turned up the verbosity and output to text files using both methods and then did a file comparison. Looks like the configuration is...