fpco / inline-c

284 stars 50 forks source link

Using Inline-C in Interpreted Mode (for interactive GHCi debugging). #86

Closed georgewsinger closed 5 years ago

georgewsinger commented 5 years ago

Currently inline-c does not work in interpreted mode

AFAIK: this makes it impossible to use the interactive GHCi debugger (correct?). Is there anything in principle stopping inline-C from being used interactively?

bitonic commented 5 years ago

see https://mazzo.li/posts/new-inline-c.html (C-f for ghci). I might get around it someday, there are no hard technical reasons for it not to work.