mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
878429e3bf
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) |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
README.md | ||
sample-config.yaml |
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
.