Execution Control

These are functions to control the execution of the application level, in the future we will also make it possible to do this on function level (Roadmap).

Soft Off

Soft off stops the collection of most data, allowing the application to run at almost full performance. This mode was made with production enviroments in mind, where an application starts to run slow after a while and then can disable Soft Off and then can start profiling it.

Start

Starts an application on the (remote) client.

Pause

Pause the execution of an application on the (remote) client. This can be done manually but also automatically like by Exceptions

Resume

Resuming the execution of an application on the (remote) client.

Throttle

Limitting the amount of executed functions per seconds

Stop

Stops the execution of an application on the (remote) client.

Restart

Restarts the execution of an application on the (remote) client.

(Thread) Stepping Backwards / Forwards

See Feature - Stepping

Views using this feature

See Also: