Skip to content

Releases: pharo-spec/ScriptableDebugger

v1.0.0

21 May 12:21
d9c2786
Compare
Choose a tag to compare

What's Changed

  • Create LowLevelAPI.md by @StevenCostiou in #1
  • Sindarin by @StevenCostiou in #2
  • Node access optimization by @StevenCostiou in #5
  • Breaking sin debug session inheritance refactoring by @StevenCostiou in #6
  • Breaking sin debug session inheritance refactoring by @StevenCostiou in #7
  • SindarinBytecodeToASTCache Cleanup by @MarcusDenker in #11
  • Fix typo in documentation by @shingarov in #4
  • Pushing changes present in Pharo repository, mostly code style. by @tesonep in #15
  • Prepare for #realActiveProcess integration in Pharo by @dionisiydk in #14
  • Fixing tests and features by using InstructionStream instead of Context by @adri09070 in #18
  • Correction of skipAssignment command that had wrong behaviour by @adri09070 in #20
  • Correction of stepToReturn command to be able to step to non-local returns. by @adri09070 in #22
  • Synchronisation with Pharo 10 branch by @adri09070 in #43
  • Synchronising with changes made in Pharo repo a year and a half ago by @adri09070 in #44
  • sync master / Pharo-11 by @adri09070 in #45
  • Fixing skipAssignment command that wasn't pushing the assignment value when it was expected + test by @adri09070 in #24
  • Fixing skip command so that it leaves the receiver on the stack instead of putting nil on the stack by @adri09070 in #33
  • Fixing skip so that it skips the right number of bytes to skip message send bytecodes by @adri09070 in #35
  • Fixing skip/skipUpTo commands so that they stop on return nodes, if they are implicit or not. by @adri09070 in #40
  • 39 skip doesnt skip method nodes by @adri09070 in #41
  • Fixing skip so that it skips block creations by @adri09070 in #46
  • Fixing unitary skip command in Pharo 11 by @adri09070 in #47
  • 28 skip through and skip up to sometimes freeze the image when skipping in a block by @adri09070 in #48
  • Integrating skipUpTo improvements by @adri09070 in #50
  • skipBlockNode now stepsToFirstInterestingBytecode after skipping the block creation by @adri09070 in #53
  • skip now ignores jumps by @adri09070 in #54
  • [New Feature] Adding a JumpToCaret command to move the caret back and forth in the debugger suspended context without executing anything in between by @adri09070 in #56
  • Move to caret integration to Pharo11 by @adri09070 in #59
  • Sindarin Refactoring by @adri09070 in #58
  • splitting sources and doc by @adri09070 in #64
  • Sindarin extracting core by @adri09070 in #61
  • Remove #willJumpIfFalse by @jecisc in #65
  • API Improvement and Refactoring by @StevenCostiou in #67
  • CI for Pharo 12 by @adri09070 in #71
  • extract return from SindarinDebugger>>#moveToNode: by @vonbecmann in #66
  • Remove unimplemented calls by @jecisc in #81
  • Fix failing test in Pharo 12 by @hernanmd in #89
  • Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before by @adri09070 in #75
  • Adding quick doc for jump to caret by @adri09070 in #84
  • compiling missing method when loading master or Pharo12 in P12, because it deletes a method from the entire system, while it should ONLY delete it from Sindarin by @adri09070 in #74
  • Fixing: jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks by @adri09070 in #78
  • Fix #87. Update a test to use the new name of a method by @Inao0 in #90
  • Revert "Fix #87. Update a test to use the new name of a method" by @MarcusDenker in #92
  • Fix testIsAboutToInstantiateClass by @MarcusDenker in #91
  • Pharo13 CI on master by @adri09070 in #94
  • Migrate to Tonel V3 by @jecisc in #97
  • Cleanup: do not use #notNil, use #isNotNil instead by @astares in #96
  • Update classes of extensions by @jecisc in #98
  • Update authors in README.md by @StevenCostiou in #99
  • Update extensions of classes that got renamed by @jecisc in #101
  • Pharo13 lost changes from master by @StevenCostiou in #102
  • Small improvements and fixes by @StevenCostiou in #104
  • Various improvements to the Sindarin API by @StevenCostiou in #106

New Contributors

Full Changelog: https://github.com/pharo-spec/ScriptableDebugger/commits/v1.0.0