Gathering support information in API Designer
When you report an issue with the API Designer application, enable debug mode and provide as much information as possible.
To report an issue with API Designer, enable debug mode, collect the recommended information, and submit it with your report. Including the information will help IBM resolve the problem more quickly.
- Enabling debug mode on Mac
- Enabling debug mode on Windows
- Enabling debug mode on Linux
- Information to gather for support
Enabling debug mode on Mac
Start API Designer with debug mode enabled:
- Start a terminal or command prompt.
- Navigate to the directory where API Designer is installed.
- Run the following command to start API Designer in debug
mode:
DESIGNER_DEBUG=true open API/Designer.app/
If you add
DESIGNER_DEBUG=true
to your .bash_profile, then every time you start API Designer it will open in debug mode.
Enabling debug mode on Windows
Add a Windows environment variable that enables debug mode for API Designer:
- Type "Environment" in the Windows search bar (on the task bar) and select Edit environment variables for your account.
- In the Environment Variables dialog box, click New in the "User variables" section.
- In the New User Variable dialog box, add the following variable settings
and then click OK:
- Variable name: DESIGNER_DEBUG
- Variable value: True
- Click OK to save your change.
Enabling debug mode on Linux
To start API Designer with debug mode enabled, add the following command to your .bash_profile:
EXPORT DESIGNER_DEBUG=true
Information to gather for support
Gather the following information about your problem and include it with your report.
- Operating system where you are running API Designer (Mac, Windows, or Linux)
- Product versions for API Designer and the API Manager that is connects to:
- Open API Designer.
- Click the Help icon on the navigation bar.
- On the Help page, click the Product information tile.
- On the Product information page, note down the following values for the
following labels on the page:
- Connected to API Manager Product version
- Package
- HAR file
The HAR file contains the information about your browser's interaction with the web, and can be helpful in determining why your problem is happening. Complete the following steps to export the HAR file from the browser where you use API Designer:
- Open API Designer.
- Open the browser's developer console; for example in Google Chrome, click .
- In the developer console, click the Network tab.
- Click to download the HAR file.
- Are you using API Designer in Online mode or Offline mode?
If you're using Online mode, are you connecting to a local test environment, or to an API Manager server?
- When does the problem happen?
Provide reproducible steps with optional screen captures or video so the support team can recreate the problem.
- Supporting data.
Provide any related data that would be useful while examining the problem; for example, a copy of the API or Product that you were using.
- How often does the problem happen?
Is the problem intermittent? Does it happen constantly? Does it only happen with certain artifacts (for example, only with a particular API)? If the problem is associated with an artifact, try to include it with your report.