dbgshm does not allow creation in a separate console
Open
area-Diagnostics-coreclr
enhancement
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
Hi,
I am implementing a debugger for .net core, but also written on .net core 2.0 and I am finding it not possible to call CreateProcess on the debug shim, and create a separate console for the application to run inside.
I think that it could be this line:
https://github.com/dotnet/coreclr/blob/master/src/dlls/dbgshim/dbgshim.cpp#L92
CREATE_NEW_CONSOLE
0x00000010
We would need to extend the shim api to allow creating a separate console. or is this by design?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.