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

Breakpoint must be set before remote debugging. #40

Open
mirage335 opened this issue Jun 13, 2018 · 1 comment
Open

Breakpoint must be set before remote debugging. #40

mirage335 opened this issue Jun 13, 2018 · 1 comment

Comments

@mirage335
Copy link

mirage335 commented Jun 13, 2018

If no breakpoints are set when debugging is started, it is not possible to set or remove breakpoints before pausing. Doing so does not result in functional breakpoints. If breakpoints have been set before debugging is started, more can be added or removed during debugging.

Additionally, not having set a breakpoint results in a "target is executing error".

In general, breakpoints cannot be set while program is running.

Most straightforward workaround would be to disable setting breakpoints while program is running.

@julian-poidevin
Copy link

+1 : Having the same issue, can't set breakpoint after running the program.

Also can't pause the remote target to add more breakpoint.

I've tested manually with gdb and it works.

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