epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.13k stars 69 forks source link

File->Arguments... does not work anymore. #42

Closed epasveer closed 2 years ago

epasveer commented 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.

epasveer commented 2 years ago

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'.