-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug points api improvements #16861
base: Pharo13
Are you sure you want to change the base?
Debug points api improvements #16861
Conversation
@@ -32,5 +32,5 @@ SycOpenDebuggingPointsInMethodMenuCommand >> defaultMenuIconName [ | |||
{ #category : 'accessing' } | |||
SycOpenDebuggingPointsInMethodMenuCommand >> defaultMenuItemName [ | |||
|
|||
^ 'Debug Points' | |||
^ 'Break' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 'Debug'
@@ -35,5 +35,5 @@ SycOpenDebuggingPointsMenuCommand >> defaultMenuIconName [ | |||
{ #category : 'accessing' } | |||
SycOpenDebuggingPointsMenuCommand >> defaultMenuItemName [ | |||
|
|||
^ 'Debug Points' | |||
^ 'Break' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 'Debug'
Hello what is the status of this issue? |
some of the failing tests are scary, some message seem to be not implemented but not sent. |
unrelated failing tests |
Renamings, api, etc.