Skip to content

Commit fdae113

Browse files
Mark Moseleydenofevil
authored andcommitted
pause fix
1 parent 0ddc87f commit fdae113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/rubyforge/debugcommons/RubyDebuggerProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public synchronized void jump(final int line) {
548548

549549
public synchronized void thread_pause(final int id) {
550550
try {
551-
sendCommand("th " + id);
551+
sendCommand("pause " + id);
552552
}
553553
catch (final RubyDebuggerException ex) {
554554
if (isReady()) {

0 commit comments

Comments
 (0)