alexandersohn
alexandersohn
Hey, thanks for the quick reply. I'll take a look at the things you suggested :)
@nsadeveloper789 thanks for your help. The correct way worked for me :) The UI now looks like this:  The listing window and the decompile window remain empty. Is there...
Ok I got the listing window now after loading the `.elf` as a binary into the project and selecting it using `symbol-file` in the gdb interpreter before connecting to the...
@d-millar the module looks as follows:  I used this script to mock the info proc mappings command. ``` # Override the "info proc mappings" command in GDB to report...
@nsadeveloper789 After clicking the map sections button the synchronization works. Thank you! Now I would like to use the correct memory map of the TriCore processor for mocking the info...
The last thing I would love to get working is to see the value of the variables when hovering over them. Right now I get two different error messages: First:...
And is there an option to adjust the default dump size of 4096 bytes? This doesn't work very well in all scenarios for Tricore