-
OS: Linux, Debian
Julia version: Most recent stable release
---
I am trying to debug code in the julia vscode debugger. Usually all goes well but when setting a breakpoint inside a function, that is…
-
Hello,
I'm using `@einsum` from the `Tullio` package, https://github.com/mcabbott/Tullio.jl, and I get an unexpected behavior when debugging a Julia program in VSCode. The debugger always stops a…
ghost updated
1 month ago
-
### Current behavior
## Current Behavior
By executing:
dotnet tool update -g uno.check
this error is coming up:
Tool 'uno.check' failed to update due to the following:
The settings file i…
-
Blocked by https://github.com/sveltejs/kit/issues/1144
-
extenstion
Debugger for Chrome 다운로드
port:3000으로 띄운다면 아래와 같이 작성
`/.vscode/launch.json`
```
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome"…
-
When I set a SEP in VS Code and then call the program from a green screen, all works OK - VS Code debug kicks in, shows the source and I can step through the program. So that confirms my setup is work…
-
Hi! I'm trying to debug a script with your extension, but debugger doesn't start. It seems like extension is hanging.
I have this in my debug console:
```
/usr/local/bin/node ./../../home/node/.v…
-
### Session on Use Glutinum to generate bindings for VS Code
Nat Elkins, from NELKNET in Eastern (NYC) would like to tackle:
https://github.com/glutinum-org/cli/issues/152
https://github.com/glut…
-
```
from subprocess import check_output
command = r'dir'
output = check_output(command, shell=True)
print(output)
```
This hangs in the debugger in 2024.12.0. However, it runs as expected from the…
-
Type: Bug
When attempting to run `Python: Restart Language Server` a dialog box with the content
```
Command 'Python: Restart Language Server' resulted in an error (command 'python.analysis.resta…