Closed epasveer closed 2 years ago
It is meant to set the target program's arguments for the next 'run' or 'start'.
It is now broken (worked before). It ignores the new arguments and still uses the original arguments.
Fixed.
Setting the target's arguments in SeerGdbWidget was happening only once when the initial 'run' or 'start' happened. Now it happens all the time for 'run' or 'start'.
It is meant to set the target program's arguments for the next 'run' or 'start'.
It is now broken (worked before). It ignores the new arguments and still uses the original arguments.