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

[TW#24766] Software breakpoints not implemented #45

Closed
michprev opened this issue Jun 18, 2018 · 1 comment
Closed

[TW#24766] Software breakpoints not implemented #45

michprev opened this issue Jun 18, 2018 · 1 comment

Comments

@michprev
Copy link

if (breakpoint->type == BKPT_SOFT) {
LOG_ERROR("%s: sw breakpoint requested, but software breakpoints not enabled", target->cmd_name);
return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
}

Althought software breakpoints cannot be set in IROM it would be still useful to have them.
https://esp-idf.readthedocs.io/en/latest/api-guides/jtag-debugging/tips-and-quirks.html#what-else-should-i-know-about-breakpoints is outdated.

@igrr
Copy link
Member

igrr commented Jul 23, 2018

Software breakpoints have been added in df56722. IDF Programming Guide yet to be updated.

@FayeY FayeY changed the title Software breakpoints not implemented [TW#24766] Software breakpoints not implemented Aug 1, 2018
@igrr igrr closed this as completed Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants