daml/compiler/damlc/ide-debug-driver
Gary Verhaegen 151e12b81a
bump copyright (#16002)
This is the result of:

- Updating `./COPY` to say `2023`.
- Running `./dev-env/bin/dade-copyright-headers update .`
2023-01-04 18:21:15 +01:00
..
src bump copyright (#16002) 2023-01-04 18:21:15 +01:00
BUILD.bazel bump copyright (#16002) 2023-01-04 18:21:15 +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 bump copyright (#16002) 2023-01-04 18:21:15 +01: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.