-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues inside chroot (Failed command 'configurationDone' : 0x8007000c) (nvim-dap) #113
Comments
Please describe your environment in more detail (OS, etc.), how you build netcoredbg, how you launch it, etc. |
I realised this probaby isn't the place to ask. Maybe I should've asked on some other place. Anyway, I'm using Void LInux with the netcore binary. Latest version. I'm launching it with "netcoredbg --interpreter=vscode --log=file' with nvim-dap. |
You can try to add empty |
I'm installing most of my stuff that I need for school in in a chroot environment.
But I couldn't. Don't even know that the "env"-key is. |
My question about chroot was mostly whether you use same arch or not (i.e. qemu is also used), then I guess you use the same arch. Regarding
|
I'm don't really think this is an issue with netcoredbg, but when i'm running it with nvim-dap inside chroot i'm getting:
Failed command 'configurationDone' : 0x8007000c
A look at the edbg log shows:
39550.740 I/NETCOREDBG(P4608, T4623): vscodeprotocol.cpp: operator(570) > exception '[json.exception.out_of_range.403] key 'env' not found' 39550.757 E/NETCOREDBG(P4608, T4627): manageddebugger.cpp: RunProcess(679) > m_dbgshim.RegisterForRuntimeStartup(m_processId, ManagedDebugger::StartupCallback, this, &m_unregisterToken) : 0x8007000c
I searched if someone else has similar issues found that another one also had issues with "key 'env' not found". What is this env-key and why does it seem to work if when I'm not inside chroot?
The text was updated successfully, but these errors were encountered: