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

PR: Don't run continue when starting debug if there is a breakpoint in the first line with code. #5086

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

rlaverde
Copy link
Member

Fixes #4681

I implement another approach that could be less error prone than manually checking for the first line of code.

I take advantage that when ipdb stops, the editor goto the line being debugged.

This could be improved when addressing #528 and adding a variable (or method) that will return the current line being debugged.

@rlaverde rlaverde added this to the v3.2.2 milestone Aug 30, 2017
@rlaverde rlaverde self-assigned this Aug 30, 2017
@rlaverde rlaverde requested a review from ccordoba12 August 30, 2017 00:02
@ccordoba12 ccordoba12 merged commit 9ab4393 into spyder-ide:3.x Aug 31, 2017
ccordoba12 added a commit that referenced this pull request Sep 1, 2017
@ccordoba12
Copy link
Member

@rlaverde, unfortunately this doesn't fix #4681 in all situations. I'll open a new PR with a new proposal.

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

Successfully merging this pull request may close these issues.

2 participants