debugging - IntelliJ Haskell "Correct path to remote debugger was not set." -


in haskell, can run intellij project cannot debug it, , apparently assertions work in debug mode.

error message:

correct path remote debugger not set. see settings | haskell debugger 

source: https://github.com/atsky/haskell-idea-plugin/blob/master/plugin/src/org/jetbrains/haskell/debugger/haskellprogramrunner.kt

see pic:

haskell debugger settings in intellij

please and/or tell me how implement fatal assertion function not depend on compiler debug mode being turned on (i disable/enable assertions pragmatically)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -