daml/compiler/damlc/ide-debug-driver
Moritz Kiefer ea62021eaf
Upgrade ghcide (#12579)
* Upgrade ghcide

Spun out from the GHC 9 upgrade to make it easier to review. All
credit goes to Moisés.

changelog_begin
changelog_end

* .

changelog_begin
changelog_end

Co-authored-by: Moisés Ackerman <6054733+akrmn@users.noreply.github.com>
2022-01-26 16:00:20 +01:00
..
src Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +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 update copyright headers (#12240) 2022-01-03 16:36:51 +00: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.