-
I debug my applications on a Remote Test PC because I have additional hardware attached to that PC that I can't attach to my Development PC. I currently use Visual Studio to do that. I take a copy of …
-
**Environment (please complete the following information):**
- OS (*e.g.,* Windows 10): Windows 10
- Extension version (*e.g.,* 1.2.3): v2.1.6
**Describe the bug:**
When i open fi…
-
### Bug Description:
### Steps to Reproduce:
1.start theia electron on windows
2.start debug with plugin `cpp-tools`
3.A window of the debug adapter will be opened.
### …
-
I would like to use debugger into execution of the endpoint functions. I am using VS Code and default julia launch.json / F5 did not work. All I am able to look up is the execution before the server i…
-
PS C:\Users\water> cd 'd:\AWS'; ${env:PYTHONIOENCODING}='UTF-8'; ${env:PYTHONUNBUFFERED}='1'; & 'python' 'c:\Users\water\.vscode\exERED}='1'; & 'python' 'c:\Users\water\.vscode\extensions\ms-python.py…
-
## Problem
When creating an AWS Lambda function with nodejs18.x runtime and arm64 architecture using container images, the debugger does not stop at breakpoints. However, it works as expected when …
-
In Heptapod by @xpinked on Aug 6, 2023, 09:51
After updating to the latest version of VSCode,
My team and I have been experiencing debugging issues with our project when executed using PyPy.
Whil…
-
### Problem
The lldb-vscode debugger always starts an application in an external window (on Windows). If the "runInTerminal" parameter is set to true, the "Unimplimented" error occurs.
![unimple…
-
# Problem
When using "swift bundler run" or running the App using [VSCode LLDB Debugger](https://github.com/stackotter/swift-bundler/issues/25#issuecomment-1890468200), the app starts in the backgrou…
-
VS Code has first-class actions for running in Debug and "noDebug" modes. Our current distinction is:
- Run - does not connect the debug adapter to the VM Service
- Debug - does connect the debug …