---
name: codeengine-troubleshoot-toolchain
title: Debugging your Code Engine toolchain
description: Use these tips to learn how to troubleshoot IBM Cloud&reg; Code Engine issues with toolchain.
last-updated: 2023-09-21
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/codeengine?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Debugging your Code Engine toolchain
{: #troubleshoot-toolchain-ce}
{: troubleshoot}

Use these tips to learn how to troubleshoot IBM Cloud&reg; Code Engine issues with toolchain.
{: shortdesc}

A toolchain is a set of tool integrations that support development, deployment, and operations tasks. Toolchains are part of IBM Cloud's Continuous Delivery pipeline. You can set up a toolchain to automate the build and deployment of your Code Engine workloads.

## Creating a debug log file for your pipeline
{: #troubleshoot-toolchain-ce-log}

You can create a debug log for your pipeline, which allows you to better understand what is happening with your toolchain. To create a debug log, start another pipeline run after you set the toolchain environment property `pipeline-debug` to `1` (`0` is the default). This property enables trace output in the log files and lists all files that are packaged. 

1. Open the **Overview** page for your toolchain.
2. Under **Delivery pipelines**, open your `ci-pipeline`.
3. Click **Environment properties**.
4. Find the `pipeline-debug` property and set it to `1`.
5. Start another pipeline run.
6. Find the log files.


## More information
{: #troubleshoot-toolchain-ce-info}

For more information about Continuous Delivery and toolchain as well as finding troubleshooting information, see the following topics.
  
- [Integrating Code Engine workloads with Continuous Delivery](https://cloud.ibm.com/docs/codeengine?topic=codeengine-toolchain-ce&format=markdown).
- [Getting help and support for Continuous Delivery](https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-help-and-support&format=markdown).
- [FAQs for toolchain](https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-faq_toolchains&format=markdown).
- [Troubleshooting for toolchains](https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-troubleshoot-toolchains&format=markdown).