VS Code Haskero debug configuration on Ubuntu

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?

Sergii Sopin

Posted 2019-11-04T14:56:52.477

Reputation: 101

Please try to add some screenshots to the description of your scenario. Imaginary debugging of Microsoft Visual Studio Environments tends to be difficult. – None – 2019-11-04T15:08:22.007

Thanks for a tip. Screenshots added. – Sergii Sopin – 2019-11-04T15:14:41.800

No answers