8 Sep
2018
8 Sep
'18
2:35 a.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#t:CreateProcess>there is no way to pass the flags. I would like to not use LoadLibrary to get every function I need. Thanks Yotam