You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered:
Check for existing issues
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.
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered: