I’am now dealing with a new project, threre exist several struct for varaible transfering in parallel programming, can anybody give some hint on how to use gdb to watch struct chage process step by step, thanks first:)
I’am now dealing with a new project, threre exist several struct for varaible transfering
Share
You can try GDB
watchcommand. However, as stated by this link :If that’s a deal breaker for you, I guess you will have to instrument your code to manually track changes.