Skip to content

Releases: pharo-spec/NewTools

v0.4.2.4

13 Aug 08:09
Compare
Choose a tag to compare

Contains debugger fixes and improvements:

  • Fixes #83
  • Fixes #90
  • Fixes #92
  • Fixes #93
  • Fixes pharo-project/pharo#7038
  • The debugger now requires to define all variables before compiling from its code pane (as in Calypso editors)
  • Added back test methods that were not pushed into NewTools

v0.4.2.3

07 Aug 09:06
Compare
Choose a tag to compare

Contains debugger fixes and improvements.

  • improves, simplifies and fixes bug in the inspector breakpoint view
  • fixes NewTools #81
  • fixes NewTools #82
  • removes the redundant sender column in the debugger stack
  • improving the debugger inspector (removing redundant self nodes, adding a thisContext node

v0.4.2.2

02 Aug 17:49
Compare
Choose a tag to compare

Contains debugger fixes.

Sync with pharo-project/pharo#6952
Fixes pharo-project/pharo#6957

v0.4.2.1

29 Jul 15:08
Compare
Choose a tag to compare

v0.4.2

23 Jul 08:47
Compare
Choose a tag to compare

Bugfixes

  • debugger: fix display of temps
  • debugger: testing of missing classes does not lets an undeclared
  • debugger: create a new method does not asks for a category since this breaks TDD

v0.4.1

17 Jul 12:23
Compare
Choose a tag to compare
  • debugger: bad definition of variables in debugger context (just a workaround, real fix later)
  • playground: save of page fails if directory does not exists before

v0.4

16 Jul 13:14
Compare
Choose a tag to compare

First functional release.
Includes usable versions of

  • StPlayground
  • StDebugger

(more to come)