
7 Sep
2018
7 Sep
'18
2:35 p.m.
Hello cafe, I'm working on a small debugger so I would like to use the winapi CreateProcess function with the appropriate flags for debugging. Unfortunately, it seems that in Haskell http://hackage.haskell.org/package/process-1.6.4.0/docs/System-Process.html#...there is no way to pass the flags. I would like to not use LoadLibrary to get every function I need. Thanks Yotam