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

[BUG] Debugger assigment expression just runs #282

Closed
BioTurboNick opened this issue Apr 3, 2019 · 1 comment
Closed

[BUG] Debugger assigment expression just runs #282

BioTurboNick opened this issue Apr 3, 2019 · 1 comment
Labels

Comments

@BioTurboNick
Copy link

Please search existing issues to avoid duplicates.

Details

  • Atom version: 1.35.1
  • Julia version: 1.1.0
  • OS: Win10 x64
  • Package versions:
    • Atom.jl: 0.8.3
    • julia-client: 0.8.2
    • ink: 0.10.2

Steps to reproduce

Juno.@enter a = <expression> or @run fails to start debugging. executes outside the debugging context.

Expected behavior

Debugger should operate on .

Workaround

Just remove the assignment.

Suggestion

Either produce a warning or error (if entering is undesirable for some reason; ambiguity etc.), or treat as equivalent to a = Juno.@enter <expression>, which does enter the debugger.

@pfitzseb
Copy link
Member

pfitzseb commented Apr 3, 2019

Fixed with JunoLab/Atom.jl@f9f098f.

@pfitzseb pfitzseb closed this as completed Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants