Debugging Import/Export

You can debug a pipeline called by a job.

  1. Create a public subpipeline that calls the private subpipeline you are trying to debug, and that ends in an interaction node.
  2. Create breakpoints in the private pipeline.
  3. Enter the URL for the public pipeline in your browser. Example:
    http://[realmname].demandware.net/on/demandware.store/
     Sites-YourShopHere-Site/default/Pipeline-Subpipeline
  4. Step through the pipeline in the debugger using F5.