pharo icon indicating copy to clipboard operation
pharo copied to clipboard

[RB] Duplicate class opens a debugger while the new class is browsed

Open anneetien opened this issue 1 year ago • 1 comments

Bug description Duplicate class opens a debugger while the new class is browsed

To Reproduce Steps to reproduce the behavior:

  1. Open a new P13 image
  2. Open a System Browser
  3. Duplicate a class (using the right click option)
  4. Let all the methods selected
  5. Accept to browse the new class (in fact accept everything that is proposed)

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Version information:

  • OS: MacOS
  • Version: 14.6.1
  • Pharo Version 13

Expected development cost

Additional context

anneetien avatar Aug 21 '24 12:08 anneetien

Beware that for some reason the newly created class is not present in the newClasses instance variable.

Screenshot 2024-08-22 at 12 26 13

hernanmd avatar Aug 22 '24 10:08 hernanmd

In #17085

hernanmd avatar Sep 10 '24 09:09 hernanmd