vscode-debug-leetcode
vscode-debug-leetcode copied to clipboard
vscode debug extension for leetcode, can work with vscode-leetcode
## 🚀 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...
修改 is 为 == ,避免 python 3.8 环境中出现提示 SyntaxWarning: “is“ with a literal. Did you mean “==“?
## 🐛 Bug Report when I click debug, an error comes on console says no matches found Also system unable to import these files "from python3problem15 import * " I'm...
When I want to debug, the problem package can't be properly import
## 🐛 Bug Report when the input occupied more than one line, all input lines will transform into one line connected by `"\n"` as a `sys.stdin`. And then that converts...
点击“debug” 时,提示 “Timed out waiting for launcher to connect” 控制台信息: ``` ➜ .leetcode source /Users/xxx/envs/py3/bin/activate (py3) ➜ .leetcode env /Users/xxx/envs/py3/bin/python /Users/xxx/.vscode/extensions/ms-python.python-2020.6.88468/pythonFiles/lib/python/debugpy/launcher 64826 -- "/Users/xxx/Library/Application Support/Code/User/globalStorage/wangtao0101.debug-leetcode/python3problem142.py" /Users/xxx/.leetcode/142.linked-list-cycle-ii.py [3,2,0,-4]\\n1 detectCycle ListNode ListNode...
clang: error: no such file or directory: '/Users/wyhan/Library/Application' clang: error: no such file or directory: 'Support/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem206.cpp' clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is...
## 🐛 Bug Report When I used VS Code to debug [Problem 66](https://leetcode.com/problems/plus-one/) in C++, the IDE returned: Unable to open 'raise.c': Unable to read file '/build/glibc-ZN95T4/glibc-2.31/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to...
## 🐛 Bug Report When I test the leetcode 297, the file cppproblem297.cpp call (new **Solution**())->serialize(arg0); but the original problem use "Codec" as class name, so it can't build pass....