Giacomo Parmeggiani

Results 12 comments of Giacomo Parmeggiani

Hi, I'm also facing this issue. Is there a workaround (maybe via configuration) that I can use to ignore this function line number check?

yes, exactly. For now I patched the `merging.py` file so that the default value of `ignore_function_lineno` is `True`. Let me know if there is a better workaround. Happy to help...

I completely agree. In fact I opened (and now closed since it is a duplicate of this) issue #318 I think that instead of "residual" he should have used "error"....

Hi Roger, I think I still have somewhere the changes I made to the paragraph. I could make a PR and take it from there

So I studied a little bit more the topic and, indeed, the NEES can be computed only when the ground truth values are available (i.e. during a simulation) The run-time...

Hi! In my specific case, I'd like to have tables similar to the ones provided by this vscode plugin https://marketplace.visualstudio.com/items?itemName=mcu-debug.rtos-views The info for populating the entries in the table would...

Exactly, the raw info to fill that table is in the process memory space. Maybe, one approach would be to have a visualizer similar to the "struct visualizer" where it...

the "call out" makes it also more generic. It could be that the chunk of memory that gets converted into a table represents something else (not necessarily the OS scheduler...

Worth taking into consideration that GDB already supports extensions and user defined commands. e.g. https://interrupt.memfault.com/blog/automate-debugging-with-gdb-python-api So probably it could be that seergdb's view takes as input the gdb command to...

> We plan to improve this by populating your ssh config with instances so they're always in sync. I think this would be very useful.