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
ScriptRunner Breakpoints Don't Adapt to Edits #189
Comments
donaldatball
pushed a commit
that referenced
this issue
May 4, 2017
…when code is inserted/deleted in front of the breakpoint
donaldatball
pushed a commit
that referenced
this issue
May 5, 2017
donaldatball
pushed a commit
that referenced
this issue
May 5, 2017
Note that a few of the checkins against the website branch should have been associated with ticket #233, not this one. Sorry. |
donaldatball
pushed a commit
that referenced
this issue
May 8, 2017
… there are (were) breakpoints set in the document.
donaldatball
pushed a commit
that referenced
this issue
May 9, 2017
…ints re #189 Update script runner so debug breakpoints move intelligently …
Closed with d029619 |
ghost
pushed a commit
that referenced
this issue
Sep 22, 2021
Merge in COSMOSEE/base from zip-mc to master Squashed commit of the following: commit 97760b190f6db74a16a80eabcff21c73a0c81df4 Author: van Andel, Gerhard <gvanande@ball.com> Date: Wed Sep 22 09:38:47 2021 -0600 change rm commit e3e6d0c4ca29453b64fdd1f4bbf0c404251ec3e9 Author: van Andel, Gerhard <gvanande@ball.com> Date: Wed Sep 22 09:34:37 2021 -0600 mc zip test commit e09fe17ae3971895fb59ef8ca039b27efab63fcd Author: van Andel, Gerhard <gvanande@ball.com> Date: Wed Sep 22 09:29:23 2021 -0600 make mc into a zip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When debugging in ScriptRunner, I propose that breakpoints should be pinned to the statements they're created on. As it is, breakpoints are pinned to the line number they're created on. As a result, when you insert or delete lines in front of a breakpoint, the breakpoint must then be removed and recreated on the original statement. -Steve K at BATC
The text was updated successfully, but these errors were encountered: