A path of execution. cBots run in the .NET environment, and if you use multi-threading (e.g. asynchronous tasks), debugging becomes more complex. Deadlocks or race conditions (two threads waiting on each other) can freeze a bot. Visual Studio can break all threads or single thread. Use thread-aware debugging to watch thread interactions if needed.