-
Notifications
You must be signed in to change notification settings - Fork 666
How can i debug my code #244
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
Comments
Hi @songjee, Debug is not supported yet. If you want to debug your solution, you need to install related language extensions and write some code to wrap your solution. |
I dont think this is a concern of this extension though..... |
If you write your solution in cpp, you could take a look at the discussion in #241. This feature is currently under early discussion, and is a concern of mine. |
Just wanted to add that my approach has been using the CodeRunner extension: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner I then add a call to the solution function, like so:
Of course you can then add inputs to it:
Depending on the problem. |
You can write test cases by yourself. Here is mine.
As @littlebeandog said, the test is not a concern for this extension. This should be closed. |
Thank you @ALL for providing the solutions. I'm closing the issue for now, but the discussion is still open! For anyone who has his own solution about debugging the code, please feel free to comment. You can also add 👍 for your favorite solution, which could be a guide for those who need help. |
Hello! I want to know how can i debug my code after i finish my solution in vscode. can anybody help me
The text was updated successfully, but these errors were encountered: