Skip to content
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

Add Debugging Feature Similar to VS Code for Enhanced Issue Resolution #18130

Closed
1 task done
shambhu-bcoder opened this issue Sep 20, 2024 · 1 comment
Closed
1 task done
Labels
duplicate Additional reports of an existing issue

Comments

@shambhu-bcoder
Copy link

Check for existing issues

  • Completed

Describe the feature

As a developer, I often find debugging issues in my code challenging due to the lack of built-in debugging tools within the current development environment. Without an integrated debugger, I rely on Visual Studio Code (VS Code) for troubleshooting. While VS Code is an excellent tool, switching between different environments adds unnecessary complexity, which slows down the development process. Additionally, VS Code can sometimes crash, interrupting the debugging flow and further hindering productivity.

Breakpoints: The ability to set breakpoints directly in the code to pause execution.
Step-through Debugging: Step into, over, or out of functions to trace code execution line-by-line.
Variable Inspection: View and modify variable values during execution.
Call Stack: Display the call stack at any given point to track function calls.
Console Integration: Access to an integrated debugging console for evaluating expressions and watching variables.
debugging_hero

If applicable, add mockups / screenshots to help present your vision of the feature

image

@shambhu-bcoder shambhu-bcoder added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 20, 2024
@maxdeviant
Copy link
Member

Duplicate of #5065.

@maxdeviant maxdeviant added duplicate Additional reports of an existing issue and removed enhancement [core label] triage Maintainer needs to classify the issue admin read Pending admin review labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Additional reports of an existing issue
Projects
None yet
Development

No branches or pull requests

2 participants