Skip to content

关于调试 #530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
garyliu0816 opened this issue Mar 17, 2020 · 3 comments
Closed

关于调试 #530

garyliu0816 opened this issue Mar 17, 2020 · 3 comments

Comments

@garyliu0816
Copy link

🚀 Feature Proposal

希望增加一个代码调试的功能,如支持junit这种。

Motivation

有时候测试用例不能通过,寻找错误原因比较困难,特别是边界条件这种。

@jdneo
Copy link
Member

jdneo commented Mar 18, 2020

Hi @garyliu0816

Supporting debugging the program is so far not in the roadmap, for the follow reasons:

  • Almost impossible to provide a general debug framework for all languages
  • Too much uncertainties, any of the dependent language extension changes its API, we breaks.

So I suggest if anyone has the interest to support debugging, he can just write his own extension to enable this scenario.

BTW, if you want to know how to debug in Java, hope this article could help you: https://zhuanlan.zhihu.com/p/62521108

More discussion, please see: #530

@jdneo jdneo closed this as completed Mar 18, 2020
@wangtao0101
Copy link

wangtao0101 commented Mar 18, 2020

Insert an AD: Debug LeetCode

Currently the extension support js and python, and in few weeks i will support c and c++, next java....

插一个广告: Debug LeetCode
目前支持js和python,几周内会支持c and c++,然后java。。。

别打我。。。。

@chumingqian
Copy link

Insert an AD: Debug LeetCode

Currently the extension support js and python, and in few weeks i will support c and c++, next java....

You really done it, Great :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants