In Leksah, I get the following error whenever trying to debug anything. First it says:
"GHCi debugger is not running."
So I click "Start GHCi"
Then I get the following in the console:
GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help
ghc: --interactive can't be used with -prof or -unreg.
Usage: For basic information, try the `--help' option.
My project cabal builds
fine. I've done everything in my cabal
and apt-get
back go tricks to try and get this working. But to no avail. Any ideas?