As the title says, every time I run the newest version of netcoredbg, it loads some dll's then fails.
Though I can only get it to load dll's with the --log flag, else it shows nothing.
I tried logging with --log=file and got this:
0.000 I/NETCOREDBG(P23024, T23236): main.cpp: main(444) > Netcoredbg started
0.000 I/NETCOREDBG(P23024, T23236): main.cpp: instantiate_protocol(128) > Creating protocol CLIProtocol
0.000 I/NETCOREDBG(P23024, T23236): main.cpp: main(493) > pidDebugee 0
0.000 I/NETCOREDBG(P23024, T18312): ioredirect.cpp: worker(164) > worker started
2.031 E/NETCOREDBG(P23024, T23236): ioredirect.cpp: async_input(416) > expression '!input_handle' failed: can't issue read request for real stdin
2.142 F/NETCOREDBG(P23024, T23236): main.cpp: operator(446) > Netcoredbg is terminated due to call to std::terminate: see stderr..
I tried both of the following with and without --log=file:
netcoredbg -- dotnet <path/to/project/dll>
and:
netcoredbg --interpreter=cli -- dotnet <path/to/project/dll>
I am running with a windows computer, if that could make a difference.
Edit: just remove -test from second command, have it renamed to not conflict with 3.1.2
As the title says, every time I run the newest version of netcoredbg, it loads some dll's then fails.
Though I can only get it to load dll's with the --log flag, else it shows nothing.
I tried logging with --log=file and got this:
I tried both of the following with and without --log=file:
and:
I am running with a windows computer, if that could make a difference.
Edit: just remove -test from second command, have it renamed to not conflict with 3.1.2