[GHC] #10802: remote-debugger crashes with IntelliJ Haskell plugin in Mac OS X

#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 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- 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 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10802 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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

#10802: remote-debugger crashes with IntelliJ Haskell plugin in Mac OS X -------------------------------+------------------------------------------- Reporter: smcho | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: invalid | Keywords: Operating System: MacOS X | Architecture: Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------+------------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => invalid * os: Unknown/Multiple => MacOS X * failure: None/Unknown => GHCi crash Comment: Does the GHCi debugger itself work? Despite the fact that the error asks that you report this as a GHC bug, I don't believe this is in fact a GHC bug. `remote-debugger` uses the GHC API, hence the error. In fact, there already appears to be a [https://github.com/octomarat/HaskellDebugger/issues/2 bug] filed against `remote-debugger` describing this exact issue. You may wish to bring this up there. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10802#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC