We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddc87f commit fdae113Copy full SHA for fdae113
src/org/rubyforge/debugcommons/RubyDebuggerProxy.java
@@ -548,7 +548,7 @@ public synchronized void jump(final int line) {
548
549
public synchronized void thread_pause(final int id) {
550
try {
551
- sendCommand("th " + id);
+ sendCommand("pause " + id);
552
}
553
catch (final RubyDebuggerException ex) {
554
if (isReady()) {
0 commit comments