Translations:Development/FAQ/20/en

    From The Document Foundation Wiki

    Another alternative is to start soffice ahead of time and ask the smoketest to connect to that instance instead of starting one itself (see installationtest.mk: allow override of tested soffice process). You can then run the soffice.bin under debugger control. The only problem is that make smoketestoo_native would normally overwrite the soffice just started with a new installation set, due to the dependency of cpptest on localinstall in smoketestoo_native/makefile.mk. So, something like the following should work: