-
### Describe the bug
Originally reported at https://github.com/vitest-dev/vitest/issues/5569. I think I've seen 2-3 similar reports in the past too.
When a file is SSR transformed in Vite, debug…
-
I can't seem to connect the debug adapter to my local running node service. My config looks like:
```lua
config = function()
local dap = require "dap"
local attach_node = {
…
-
Breakpoints within threads not working properly.
- Os: linux x64 ubuntu 20
- Haxe Version: 4.0.5
This is my code .
```haxe
import sys.thread.Thread;
class Main {
static function printMes…
-
I want the ability to use the "Stop" button in the Python debugger in VS Code to send a SIGTERM (and/or maybe a SIGINT) to the running process, instead of just sending it SIGKILL (as it currently does…
-
### Description
`DebugSession` is missing the `workspaceFolde`r attribute and the `name` attribute should be writable
### Reproduction Steps
The following vscode question should be the same for us …
-
System Details Output
```
### VSCode version: 1.36.1 2213894ea0415ee8c85c5eea0d0ff81ecc191529 x64
### VSCode extensions:
bierner.lit-html@1.11.0
mikeburgh.xml-format@1.0.2
MS-CEINTL.vscode-lan…
-
### Environment
1. `vscode-jest version`: v5.2.3
2. `node -v`: v18.12.0
3. `npm -v` or `yarn --version`: 8.19.2
4. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected):
```
…
-
# 🐛 What is the bug? How can we reproduce it?
When setting a breakpoint in a JavaScript source file in a React Native Windows application, with a Node.js debugger attached, there are no local varia…
-
### Behavior Today
Currently our launch.json fully specifies the path to the .NET Core dll to launch.
Current example:
```
{
"configurations": [
{
...
// If you have c…
-
I was wondering if it was possible to un-attach and re-attach to a debugger of a running pod. When skaffold is run with the plug-in in debug mode, a debugger is attached to for every port, however I c…