Gtest test fixture debug with gdb

I found the answer and it’s really easy to achieve it by set break points directly with the format b test_file: line (omg :star_struck:). anyway, just mark it here and hopefully it benefits those not very familiar with google test debugging in ROS2, thank you !