-
### Description
I am using marimo in VSCode using the extension. With Jupyter Notebooks, I have an option to 'debug' a cell rather than just run it. This will hit VSCode breakpoints in the called cod…
-
Type: Bug
# Behaviour
When we select the following line in py file and "Run Selection/Line in Python REPL" , the Python REPL shows the loading icon forever and doesn't return.
```py
print("こんにちは世…
-
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
-
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"…
-
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…
-
Environment data
- Language Server version: 2024.8.1
- OS and version: linux x64
- Python version (and distribution if applicable, e.g. Anaconda):
- python.analysis.indexing: true
- p…
-
## Description
What are you proposing? How should it be implemented?
Create diffrent docker compose and django dockerfile for vscode debug mode with debugpy like [official docker compose debug s…
-
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…