You can create a recording of your application execution, and then load the recording into the debugger to watch the execution path.
As your program runs, the recorder captures everything that influences the running of the program, including all input, disk access, keyboard strokes, database connections and processes, interactions with the operating system, etc. After loading the recording into the debugger, you can move forwards and backwards seemlessly through the recording.