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

[Improvement]: Make breakpoint verification configurable in Ballerina debugger #43691

Closed
NipunaRanasinghe opened this issue Dec 6, 2024 · 0 comments · Fixed by #43692
Closed
Assignees

Comments

@NipunaRanasinghe
Copy link
Contributor

NipunaRanasinghe commented Dec 6, 2024

Description

The current Ballerina debugger supports runtime verification of breakpoints, ensuring their validity during debugging. However, this feature has some limitations and edge cases that can result in unintended behavior during debugging sessions. Additionally, it introduces performance overhead, as all breakpoints must be dynamically verified whenever changes occur.

To address these issues, we propose making the breakpoint verification feature configurable, allowing users to enable or disable it based on their preferences or specific use cases. By default, breakpoint verification will be disabled to ensure a smoother debugging experience for users who do not require this functionality.

Describe your task(s)

No response

Related area

-> Debugger

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@NipunaRanasinghe NipunaRanasinghe self-assigned this Dec 6, 2024
@ballerina-bot ballerina-bot added Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Area/Debugger Issues related to the ballerina debugging tools labels Dec 6, 2024
@NipunaRanasinghe NipunaRanasinghe added Type/Improvement and removed Type/Task Area/Debugger Issues related to the ballerina debugging tools Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) labels Dec 6, 2024
@NipunaRanasinghe NipunaRanasinghe changed the title [Task]: make breakpoint verification configurable in Ballerina debugger [Improvement]: make breakpoint verification configurable in Ballerina debugger Dec 6, 2024
@NipunaRanasinghe NipunaRanasinghe changed the title [Improvement]: make breakpoint verification configurable in Ballerina debugger [Improvement]: Make breakpoint verification configurable in Ballerina debugger Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants