Recent content by MadJim

  1. M

    Problem with stability breakpoints

    Analysis and correction of errors, apparently, you do not have a priority.
  2. M

    Problem with stability breakpoints

    Some kind jumping bug. Specially repeated scenario again on another part of the code - all breakpoints remained in their places.
  3. M

    Problem with stability breakpoints

    I found moment offset breakpoints! 1. Set the points in the program window 2. Run the test window, debugged process. Certain points in the process removed 3. When you have finished debugging, back into the program window and remove the three commented lines (-- ...) in one place and not far from...
  4. M

    Problem with stability breakpoints

    Ok, I will describe step by step: 1. open a separate program window with package 2. make changes and marks important for me line of code by breakpoints 3. open a separate test window for debugging one of the package methods 4. in process of debugging i find a place to fix the code and...
  5. M

    Problem with stability breakpoints

    And about the council set the debug point in the test window: often when debugging I can not remember where and what has been fixed, and does not always start debug begins with the desired method to me and get to the depths of the logic and then mark the appropriate place - not acceptable for me.
  6. M

    Problem with stability breakpoints

    Thanks, but you described a very simple example of the shift breakpoint, which occurs in the visible part of the editing window, so noticed and corrected me immediately. I'm having a bit more difficult situation.
  7. M

    Problem with stability breakpoints

    Good day! I could not find something similar on my problem here in the forum, sorry if this has already been discussed. I have been actively used in developing the set of breakpoints, marking all interesting places in the code package to the performance not miss the opportunity to fine-tune...
Back
Top