Skip to content
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

Cmd+r in a variable is broken in a debugger #16558

Open
Ducasse opened this issue Apr 30, 2024 · 0 comments
Open

Cmd+r in a variable is broken in a debugger #16558

Ducasse opened this issue Apr 30, 2024 · 0 comments

Comments

@Ducasse
Copy link
Member

Ducasse commented Apr 30, 2024

You cannot invoke replace variable refactoring in the debugger.

  • select a variable in a method body
  • Press command+ r
    => boumn we get something totally strange
sentTo: receiver
	"answer the result of sending this message to receiver"
	<reflection: 'Message sending and code execution - Runtime and Evaluation'>
	^ lookupClass
		ifNil: [ receiver perform: selector withArguments: arguments]
		ifNotNil: [ receiver perform: selector withArguments: arguments inSuperclass: lookupClass]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant