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

Breakpoints on continued lines (with \ character) don't work #1706

Closed
spyder-bot opened this issue Feb 17, 2015 · 2 comments
Closed

Breakpoints on continued lines (with \ character) don't work #1706

spyder-bot opened this issue Feb 17, 2015 · 2 comments

Comments

@spyder-bot
Copy link
Collaborator

From [email protected] on 2014-01-28T04:52:08Z

Sorry for this quick and dirty issue, please contact me if you have problems reproducing the problem.

It seems that breakpoints set on continued lines (using the \ character) don't work.

Maybe that is not much of a problem to the user if he is aware of this debugger limitation. In that case, a simple fix could be that Spyder does not allow setting a breakpoint on these lines (like it does not allow setting breakpoints on empty lines).

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1706

@bcolsen
Copy link
Member

bcolsen commented Jun 30, 2017

@ccordoba12 This seems fixed in 3.x.
Both of these work fine

      4 x = 1
2---> 5 y = [2,3,4,\
      6      5,6]
      7 z = 3
      3 
      4 x = 1
      5 y = [2,3,4,\
2---> 6      5,6]
      7 z = 3

If I run current line the list y is defined

@ccordoba12 ccordoba12 added this to the v3.2 milestone Jun 30, 2017
@ccordoba12
Copy link
Member

Thanks for verifying it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants