[tode_st] [dalehenrich/tode] 2b0d72: #253 more cleanup

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[tode_st] [dalehenrich/tode] 2b0d72: #253 more cleanup

Dale Henrichs-3
  Branch: refs/heads/dev
  Home:   https://github.com/dalehenrich/tode
  Commit: 2b0d72bd541754e696cf52a04d0960df24062999
      https://github.com/dalehenrich/tode/commit/2b0d72bd541754e696cf52a04d0960df24062999
  Author: Dale Henrichs <[hidden email]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/compose.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/contextToSelectFrom..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/methodProperties.json
    R repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectFrame.st
    R repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectedFrame.st
    R repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectedFrameIndex..st
    R repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectedFrameIndex.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/properties.json
    M repository/Tode-Minimal-Client-Debugger.package/monticello.meta/version

  Log Message:
  -----------
  #253 more cleanup


  Commit: 0846c58349ac9000b290a979b5acf25dfa8467b8
      https://github.com/dalehenrich/tode/commit/0846c58349ac9000b290a979b5acf25dfa8467b8
  Author: Dale Henrichs <[hidden email]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/class/example.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/monticello.meta/version

  Log Message:
  -----------
  #253 arrange to select an initial stack frame


  Commit: 8987b5a39255f7ef9f7fc9306cf737ccf4e8fbac
      https://github.com/dalehenrich/tode/commit/8987b5a39255f7ef9f7fc9306cf737ccf4e8fbac
  Author: Dale Henrichs <[hidden email]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/compose.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/currentContext.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/initialExtent.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/methodCodeWidgetIn.forContext..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/stackFrameListIn..st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/updateBrowser.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/methodProperties.json
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/asString.st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/frameText..st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/frameText.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/handleResponseActions..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/printOn..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/setList..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/properties.json
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/initialStackFrameIndex.st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/stack..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/stackFromList..st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/stackTextList..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalTodeRawObjectInspector.class/instance/compose.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalTodeRawObjectInspector.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/monticello.meta/version

  Log Message:
  -----------
  #253 working on selection logic and trying to get the debugger to pick up the text for each frame


  Commit: fc01a56f46dd00e7f1ebbe8e0bc99e2dda0d7cbd
      https://github.com/dalehenrich/tode/commit/fc01a56f46dd00e7f1ebbe8e0bc99e2dda0d7cbd
  Author: Dale Henrichs <[hidden email]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/class/example.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/instance/updateBrowser.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebugger.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/handleResponseActions..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/refreshList.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/selectFrame.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/instance/setList..st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerContext.class/methodProperties.json
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectedFrameIndex..st
    A repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/instance/selectedFrameIndex.st
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/methodProperties.json
    M repository/Tode-Minimal-Client-Debugger.package/TDMinimalDebuggerSession.class/properties.json
    M repository/Tode-Minimal-Client-Debugger.package/monticello.meta/version

  Log Message:
  -----------
  #253 finally the text list is in synch with the selected frame ... cool


Compare: https://github.com/dalehenrich/tode/compare/724902114792...fc01a56f46dd

--
You received this message because you are subscribed to the Google Groups "tODE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.