atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Debug execution error: Internal error occured while executing debug process #119

Open eloraiby opened 8 years ago

eloraiby commented 8 years ago

When trying to debug (either with Ghci or remote debugger), the debugger crashes with

     5:13:35 PM Compilation completed successfully in 2s 480ms
     5:13:35 PM Debug execution error: Internal error occured while executing debug process for untitled2

All ghc-mod, remote-debugger and buildwrapper are in PATH (windows) Maybe I missing something out, but where can I find documentation to make it work ?

atsky commented 8 years ago

Debuger still in very unstable state, so problem in debugger. I will add some more informative error output, too figire out such problems

joxzaren commented 8 years ago

Are there any news regarding this issue? I'm having the same problem as eloraiby. I'm running this on a Mac.

atsky commented 8 years ago

What version of GHC are you using? Is it installed by homebrew or haskell platform? What version of Idea are you using?

joxzaren commented 8 years ago

Hi,

The Glorious Glasgow Haskell Compilation System, version 7.10.2

I installed it with homebrew. I’m using IntelliJ 14.1.5.

Cheers, Per

18 okt. 2015 kl. 13:10 skrev Evgeny Kurbatsky notifications@github.com:

What version of GHC are you using? Is it installed by homebrew or haskell platform? What version of Idea are you using?

— Reply to this email directly or view it on GitHub https://github.com/atsky/haskell-idea-plugin/issues/119#issuecomment-149003668.

alaendle commented 8 years ago

Unfortunately I also face this problem - haskell plattform 7.10.3, windows 7 enterprise, intellij 16 eap, haskell-idea-plugin 0.5.2. Maybe this information helps you to track down the problem.

eloraiby commented 8 years ago

@atsky : same problem after a fresh installation of linux mint 17.3 (amd64), idea-IC-143.1821.5. Using the haskell platform 7.10.3, points to .cabal-sandbox.

Are you going to add some logging to know where it fails ?