blob: 8887c201d92e3ebf5f8c9c4cc0618b8bbba94046 [file] [log] [blame]
breakpoint set -f foo.cpp -l 11
run
p foo
next
p Foo(2, 3.33);
p $1
p foo = Foo(3, 4.44);
p foo
cont
reproducer generate