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
Description: It would be highly beneficial to have the ability to create and manage multiple collections of watch values in the Watch panel of the Visual Studio Code debugger. This feature would allow developers to organize and group related watch expressions, making it easier to debug complex applications.
Use Case: When debugging large applications, developers often need to monitor a variety of variables and expressions. Currently, all watch expressions are listed in a single, flat list, which can become cluttered and difficult to manage. By allowing multiple collections or groups of watch values, developers can better organize their watch expressions based on different contexts or modules within their application.
Proposed Solution:
Add functionality to create, rename, and delete collections of watch values.
Allow users to add watch expressions to specific collections.
Provide a UI in the Watch panel to switch between different collections. Example:
Collection 1: Physics Variables
Physic.VelocityX
Physic.VelocityY
Collection 2: Player State
Player.Health
Player.Position
Benefits:
Improved organization of watch expressions.
Easier navigation and management of variables during debugging.
Enhanced productivity for developers working on large and complex projects.
Additional Context: This feature would be particularly useful for developers working on games, simulations, or any application with multiple subsystems that need to be debugged simultaneously.
The text was updated successfully, but these errors were encountered:
Description: It would be highly beneficial to have the ability to create and manage multiple collections of watch values in the Watch panel of the Visual Studio Code debugger. This feature would allow developers to organize and group related watch expressions, making it easier to debug complex applications.
Use Case: When debugging large applications, developers often need to monitor a variety of variables and expressions. Currently, all watch expressions are listed in a single, flat list, which can become cluttered and difficult to manage. By allowing multiple collections or groups of watch values, developers can better organize their watch expressions based on different contexts or modules within their application.
Proposed Solution:
Add functionality to create, rename, and delete collections of watch values.
Allow users to add watch expressions to specific collections.
Provide a UI in the Watch panel to switch between different collections.
Example:
Collection 1: Physics Variables
Physic.VelocityX
Physic.VelocityY
Collection 2: Player State
Player.Health
Player.Position
Benefits:
Improved organization of watch expressions.
Easier navigation and management of variables during debugging.
Enhanced productivity for developers working on large and complex projects.
Additional Context: This feature would be particularly useful for developers working on games, simulations, or any application with multiple subsystems that need to be debugged simultaneously.
The text was updated successfully, but these errors were encountered: