daml/compiler/damlc/ide-debug-driver
Moritz Kiefer 36719717fa
Update to current state of progress reporting in LSP (#3211)
* Update to current state of progress reporting in LSP

* fix ide-debug-driver

* Fix tests

* Fix build of ghcide executable
2019-10-17 16:14:49 +02:00
..
src Update to current state of progress reporting in LSP (#3211) 2019-10-17 16:14:49 +02:00
BUILD.bazel Rename hazel_deps to hackage_deps (#2789) 2019-09-06 09:01:09 +00: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.