1breakpoint set -f foo.cpp -l 11
2run
3p foo
4next
5p Foo(2, 3.33);
6p $1
7p foo = Foo(3, 4.44);
8p foo
9cont
10reproducer generate
11