Versions Compared

Key

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

Table of Contents
maxLevel3

Introduction

On this page, we will cover the following:

  1. Editing and testing exclude_file_ext dynamic choice command
  2. Editing and testing changes to configurations.yml

Step 1 - Editing and testing exclude_file_ext dynamic choice command

In the previous page, we debugged the exclude_file_ext dynamic choice command. You may have noticed the output in the UIP (EXTENSION) (can be opened with Shift+Alt+3) output channel contains py twice:

...

Notice the second py is no longer printed

Step 2 - Editing and testing changes to configurations.yml

As mentioned in the previous page, we can have multiple cases/configurations for each target. Add another entry to the exclude_file_ext array with the log_level set to Trace:

...

This demonstrates alternate means of launching/debugging a configuration besides setting as default. It also shows the effect of changing the log level.

< Previous     Next >