Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Pry-remote Terminal Problems #44

Open DelawareConsulting opened 10 years ago

DelawareConsulting commented 10 years ago

Dear,

First of Pry-remote works super good and I really love it! But when I try to use arrow up function to use previous commands everything goes south.

This is a standard screen when everything is fine:

image

But when I press a command in this cause "@questionnaires" a variable in my debug session everything shows up fine as usual: image

When I press the up arrow it will show continue instead of the previous command: image

And if I press the up arrow again everything is gone: image

I can still typ in commands but they do not work: image

Other bug when I typ a text (in the screenshot just random letters) and I press the up arrow I get the following effect:

image

I REALLY hope that you can help me with this problem.

Kind regards, Vincent

marcferna commented 10 years ago

+1

DelawareConsulting commented 10 years ago

I think it has to do with iTerm settings vs pry-remote settings, can we maybe get someone from iTerm here?

Refer to https://code.google.com/p/iterm2/issues/detail?id=2799&thanks=2799&ts=1387613916

marcferna commented 10 years ago

Reproduced with normal Mac OS terminal

vsakarov commented 10 years ago

For me this problem is fixed with issue: https://github.com/Mon-Ouie/pry-remote/issues/40

DelawareConsulting commented 10 years ago

@vsakarov I've commented on the issue #40 maybe you can provide advice on how to implement?

vsakarov commented 10 years ago

You can wait for new version, install gem from github or dirty patch existing installation.

gotoAndBliss commented 10 years ago

+1 to close this issue. #40 fixes the problem.

DelawareConsulting commented 10 years ago

It still doesn't fix my problem.