vscode-debug-leetcode icon indicating copy to clipboard operation
vscode-debug-leetcode copied to clipboard

vscode debug extension for leetcode, can work with vscode-leetcode

Results 32 vscode-debug-leetcode issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/66720028/f640acbc-4472-45b0-b778-af1bec8caf06)

c++调试时,使用sort函数对vector容器排序就会报错,注释掉就没问题 报错内容为: c:\Users\pcc_\AppData\Roaming\Code\User\globalStorage\wangtao0101.debug-leetcode\sourcecppproblem15.cpp:20:5: error: 'sort' was not declared in this scope sort(nums.begin(), nums.end()); ^~~~

## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. ## Expected behavior A clear and concise description...

## 🐛 Bug Report In file included from /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/cppproblem1.cpp:11:0: /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h: In constructor ‘ListNode::ListNode()’: /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h:13:31: error: ‘nullptr’ was not declared in this scope ListNode() : val(0), next(nullptr) {} /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h:33:32: warning: non-static...

## 调试异常终止 每当我打好断点,点击调试该leetcode题目时,下方总是弹出该警告: ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/57428207/59503b0a-9666-46ea-89f6-b57bdf687b21) 之前这并不影响调试,但是现在,当我单步调试时,调试总是自停止。 ## 打开Extension Output却为空 ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/57428207/5e19abe5-46f9-49f5-93a5-c83345f24db7) 报错如下: ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/57428207/32bd1adf-0320-4f21-9595-1d91f55bf35c) ## Your Environment - _os_:win10 - _extension settings_: ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/57428207/16e84454-e027-4494-8c27-97b228218034) ![image](https://github.com/wangtao0101/vscode-debug-leetcode/assets/57428207/cf810f86-23f2-4986-a129-ca82bc406b60) - _nodejs version_:18.17.1 - _vscode version_:lastest - _extension version_:v0.2.3

## 🐛 Bug Report When I want to create my own test case or debug input I got the follwoing problem. I am a little confused about the format of...

## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. ## Expected behavior A clear and concise description...

## 🚀 Feature Proposal A clear and concise description of what the feature is. ## Motivation Please outline the motivation for the proposal. ## Contribution Please describe the solution if...

## 🐛 Bug Report When I debug, the debugger only read breakpoints, and most of the time skips the lines, not letting me see the whole process. ## To Reproduce...

## 🐛 Bug Report I got this on terminal when I try to debug: ~/vscode_leetcode [I] ➜ cd /Users/aaa/vscode_leetcode ; /usr/bin/env /opt/homebrew/bin/python3 /Users/aaa/.vscode/extensions/ms-python.python-2022.4.1/pythonFiles/lib/python/debugpy/launcher 50874 -- "/Users/aaa/Library/Application Support/Code/User/ globalStorage/wangtao0101.debug-leetcode/python3problem57.py" /Users/aaa/vscode_leetcode/57.insert-interval.py [[1,3],[6,9]]\\n[2,5]...