daml/compiler/damlc/ide-debug-driver
Gary Verhaegen 878429e3bf
update copyright notices to 2020 (#3939)
copyright update 2020

* update template
* run script: `dade-copyright-headers update .`
* update script
* manual adjustments
* exclude frozen proto files from further header checks (by adding NO_AUTO_COPYRIGHT files)
2020-01-02 21:21:13 +01:00
..
src update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
BUILD.bazel update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
README.md Add an ide-debug-driver to make it easier to find leaks (#2472) 2019-08-09 12:48:05 +02:00
sample-config.yaml Add an ide-debug-driver to make it easier to find leaks (#2472) 2019-08-09 12:48:05 +02:00

ide-debug-driver

ide-debug-driver can be used to automate an IDE session. This is particularly useful for profiling where you often want to test long-running sessions to ensure that there are no leaks.

Sessions are configured using a YAML file, see sample-config.yaml for an example.

You can then run ide-debug-driver as ide-debug-driver -c sample-config.yaml.