Debug logging refers to the internal operation of an application, generating detailed messages that detect variable states and execution branches. Unlike error or info logs, debug provides the ...
The documentation states that debug configurations show in the UI modal if no configurations are found in .zed/debug.json, but they seem to always be in the modal. Define a debug configuration in .zed ...
If you create a module with linetrace=True and try to debug code that imports it then you get an assertion error. Note that this happens even if you step over the ...