...
Use the -help
command line switch:
Code Block |
---|
cpptestcli.exe -help |
Anchor | ||||
---|---|---|---|---|
|
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 |
In addition, you can configure
...
the https.nonProxyHosts
property to specify hosts where connection via proxy is not required.
If you use C/C++test on a desktop with Eclipse, C/C++test automatically detects and uses the proxy settings specified in Eclipse. No additional configuration is required to use those settings.
...
If the problem persists, you may need to increase this value further.
...
Anchor disable instrumentation for OpenMP disable instrumentation for OpenMP
How can I disable C/C++test code instrumentation for functions containing OpenMP instructions?
disable instrumentation for OpenMP | |
disable instrumentation for OpenMP |
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?
...