You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
when the DEBUG.ADA_MEMORY trace is enabled, we now monitor the memory usage consumption and dump it in the logs. This allows to identify which parts of the program are the biggest memory usage consumers. The stacktrace addresses are resolved using GNAT.Symbolic.Traceback because we link the ALS with relocatable libraries.