Skip to content

GHCi Debugger - Improve RTTI

Roland Senn requested to merge RolandSenn/ghc:T19559 into master

When processing the heap, use also APClosures to create additional type constraints. This adds more equations and therefore improves the unification process to infer the correct type of values at breakpoints. (Fix the incr part of #19559)

Edited by Roland Senn

Merge request reports