When no variable is selected on Cmd+Shift+', prompt for text input
Closed this issue · 2 comments
wjlafrance commented
Hi @dealforest, thanks for creating this plugin!
I'm trying to solve a very similar problem, getting rid of println
s in my codebase by replacing with log-and-continue breakpoints. I asked about it on StackOverflow.
Tuna gets me most of the way there with the Cmd+Shift+' action. However, sometimes I'm not interested in a variable's contents but just logging that I reached a point in code.
Does this sound like a useful feature to you?
dealforest commented
dealforest commented
Hi!
I was corresponding with it.
It will then be available when you press "ctrl + shift + '". or select menu "Set Breakpoint with Input Message"
and press "tab", "tab".
I will improve this behavior someday.