[GHC] #10802: remote-debugger crashes with IntelliJ Haskell plugin in Mac OS X
GHC
ghc-devs at haskell.org
Fri Aug 28 01:05:22 UTC 2015
#10802: remote-debugger crashes with IntelliJ Haskell plugin in Mac OS X
-------------------------------------+-------------------------------------
Reporter: smcho | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Description changed by smcho:
Old description:
> With `cabal install remote-debugger` to use debugger in IntelliJ on Mac
> OS X, but I have
>
> "Debug execution error: Internel error occurred while executing debug
> process for ..." error when I tried to debug a program in IntelliJ.
>
> In command line, I got this error.
>
> {{{
> ~> remote-debugger
> remote-debugger: panic! (the 'impossible' happened)
> (GHC version 7.10.2 for x86_64-apple-darwin):
> Main module not specified
>
> Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
> }}}
New description:
I used `cabal install remote-debugger` to use debugger in IntelliJ on Mac
OS X. when I tried to debug a program in IntelliJ, I have
"Debug execution error: Internel error occurred while executing debug
process for ..." error
In command line, I got this error with `remote-debugger`.
{{{
~> remote-debugger
remote-debugger: panic! (the 'impossible' happened)
(GHC version 7.10.2 for x86_64-apple-darwin):
Main module not specified
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}}
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10802#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list