0

I am trying to configure VS Code for Haskell. I use Haskero extension, which works great for code navigation, highlighting etc. However, for some reason when I try to start a debugging session I cannot create proper configuration as VS Code does not create launch.json file.

When I click "Add configuration" I see a pop-up window saying "Select environment" and I see only Node.js in the list. When I click "More..." and select Haskero from the bigger list, it shows an extension configuration instead of creating debug one.

Debug panel

Pop-up window

Extensions list

Could you please help me to figure out how to configure debug for Haskero?

2
  • Please try to add some screenshots to the description of your scenario. Imaginary debugging of Microsoft Visual Studio Environments tends to be difficult.
    – user1018743
    Commented Nov 4, 2019 at 15:08
  • Thanks for a tip. Screenshots added.
    – Sergii S.
    Commented Nov 4, 2019 at 15:14

0

You must log in to answer this question.

Browse other questions tagged .