phoityne / haskell-dap

Haskell implementation of DAP interface data.
https://hackage.haskell.org/package/haskell-dap
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

can not set breakpoint on the file which located in the network folder.(with drive letter) #6

Open phoityne opened 5 years ago

phoityne commented 5 years ago

on windows. can not set breakpoint on the file which located in the network folder.

by "net use" command, we can set drive letter to the network path. but ghci still use network path like "\192.168.0.1\work\haskell\project". vscode uses drive letter path or both?

haskell-dap has to check, convert the drive letter path to network path.