Closed stevecheckoway closed 4 years ago
Without an -i option with no directory, break points cannot be set outside of Main.hs nor can one step into a function defined outside of Main.hs.
-i
Main.hs
Fixes https://github.com/phoityne/hdx4vsc/issues/10.
Thanks for your contribution !
Without an
-i
option with no directory, break points cannot be set outside ofMain.hs
nor can one step into a function defined outside ofMain.hs
.Fixes https://github.com/phoityne/hdx4vsc/issues/10.