Skip to main content
  1. Posts/

Debugging Wezterm Issues

··138 words·1 min·
Tools Terminal
Table of Contents

A short summary on how to debug Wezterm issues.

use the logging function
#

Wezterm provides three logging functions which you can use for logging:

Use the debug overlay
#

We can press Ctrl + shift + l to active the ShowDebugOverlay feature. If there are some errors running your Wezterm configuration, they will be printed out.

You can use ESC to close the debug overlay.

launch wezterm from a shell
#

You can also directly start the wezterm application from the command line. After running wezterm, it will launch another wezterm window. Any errors when running your configuration will be shown in the shell where you run wezterm.

On macOS, if Wezterm is installed via Homebrew, the executable wezterm is available for the shell. If Wezterm is installed manually, the executable is under /Applications/WezTerm.app/Contents/MacOS.

Related

Nerdfont Icon Missing after Wezterm Upgrade
·172 words·1 min
Tools Terminal Font Unicode
Configure Windows Terminal in 2021
··443 words·3 mins
Tools Terminal
Set up true color for nvim and tmux in Zoc terminal and xshell
·468 words·3 mins
Tools Nvim Terminal Tmux