From: Lemmih Date: Fri, 21 Apr 2006 11:31:12 +0000 (+0000) Subject: Enable breakpoint support. X-Git-Tag: Before_FC_branch_merge~525 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e26880ac914b198bca11a699b77ffa52790615fe;p=ghc-hetmet.git Enable breakpoint support. --- diff --git a/compiler/Makefile b/compiler/Makefile index 87383b4..b26b348 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -406,7 +406,7 @@ endif ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions -SRC_HC_OPTS += -DGHCI -package template-haskell +SRC_HC_OPTS += -DGHCI -DBREAKPOINT -package template-haskell PKG_DEPENDS += template-haskell # Use threaded RTS with GHCi, so threads don't get blocked at the prompt.