Hi Ying,
Have you tried using the given test executable as a debug target?
(something like build/debug/arrow-orc-writer.exe)
Also, it has various command-line options to change behaviour and narrow
down the tests (I suggest trying --gtest_filter=...).
Regards
Antoine.
Le 25/02/2021 à 09:22, Ying Zhou a écrit :
Hi,
To facilitate faster debugging I’d like to integrate make unittest debugging
into VSCode (on Mac) so that when I run a test that might show some bugs
breakpoints can stop the execution so that I can dig around a bit. Does anyone
know how that can be done? I know it is a stupid question but it does need to
be addressed so that I can finish the ORC writer with visitors ASAP.
Thanks,
Ying