Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the -help command line switch:

Code Block
cpptestcli.exe -help

Anchor
JtestProxy
JtestProxy

How can I work with C/C++test via proxy?

If you use C/C++test on a desktop with Visual Studio, to connect through a proxy server, you need to configure protocol-specific system properties in the parasoft.properties file located in <INSTALL_DIR>/plugins/com.parasoft.xtest.common.vstudio

For example, if you are using the HTTPS protocol, ensure that the system properties for HTTPS are configured. At a minimum, you must configure https.proxySet=true, https.proxyHost=[hostname], and https.proxyPort=[port number]. If your proxy server requires authentication, you can configure your credentials with the https.proxyUser and https.proxyPassword properties.

Your command line may resemble the following:

Code Block
https.proxySet=true
https.proxyHost=myserver.example.com
https.proxyPort=3128
https.proxyUser=username
https.proxyPassword=password

...

If the problem persists, you may need to increase this value further.

...

Anchor
disable instrumentation for OpenMP
disable instrumentation for OpenMP
H
ow can I disable C/C++test code instrumentation for functions containing OpenMP instructions?

Add the following option to the cpptestcc command line:

...

What if some characters fail to be properly displayed in C/C++test reports?

Reports generated by Parasoft products require a sans-serif font to be available in your environment. If your report fails to correctly display some characters, such as national characters, ensure that a sans-serif font is installed on your system.


Working in the IDE


Why do I get notified that Parasoft Plugin or its components are slowing down Visual Studio 2017, 2019 or 2022 on startup?

...