cannot load dll in newest vscode version
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 28/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- cpp, typescript, vscode
- Domain
- devtools
Research direction
Start by reproducing the report on Windows 10 with VS Code 1.106.0, the C/C++ extension 1.28.3, and MSYS2 GDB 16.3-1 using the provided debugger configuration. Compare the attached 1.105.0 and 1.106.0 debug-console logs and determine what changed in DLL loading. Done means the configuration loads the DLL successfully on the newer VS Code version or the incompatibility is clearly documented.
Written by the indexing model from the issue text.
Description
Environment
- OS and version: Windows 10
- VS Code: 1.106.0 system setup
- C/C++ extension: 1.28.3
- OS and version of remote machine (if applicable):
- GDB / LLDB version: msys2 gdb 16.3-1
switch to vscode 1.105.0 system setup and it works
1.105.0-debug-console.txt
1.106.0-debug-console.txt
Debugger Configurations
{
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"externalConsole": false,
"MIMode": "gdb",
"preLaunchTask": "Build",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
],
"windows": {
"program": "${workspaceFolder}/build/${relativeFileDirname}/ns3.43-${fileBasenameNoExtension}-debug.exe",
"environment": [
{
"name": "PATH",
"value": "${workspaceFolder}/build/lib;${env:PATH}"
},
{
"name": "PYTHONPATH",
"value": "${workspaceFolder}/bindings/python"
}
]
},
"linux": {
"program": "${workspaceFolder}/build/${relativeFileDirname}/ns3.43-${fileBasenameNoExtension}-debug",
"environment": [
{
"name": "LD_LIBRARY_PATH",
"value": "${env:LD_LIBRARY_PATH}:${workspaceFolder}/build/lib"
}
]
}
},
}
Debugger Logs
^
Other Extensions
No response
Additional Information
No response
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/vscode-cpptools
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
microsoft/vscode-cpptools#14787 ·
-
[Bug] cpptools fails to start on Ubuntu ARM64 due to missing execute permissions on shared libraries Openbug fixed Language Service regression
microsoft/vscode-cpptools#14779 · 1 assignee ·
-
Language Service more info needed
microsoft/vscode-cpptools#14778 · 1 comment · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 64/100
microsoft/vscode-cpptools#14769 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
microsoft/vscode-cpptools#14768 · 1 comment ·
All issues in microsoft/vscode-cpptools
Similar issues
-
Type/Bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
OpenNSW/nsw-srilanka#497 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
0xMiden/bridge-portal#132 ·
-
react-doctor severity:warning tech-debt
Difficulty 1/5 Under an hour Newbie friendliness 88/100
digidem/comapeo-cloud-app#403 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100