This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153534 - Debugger does not stop at breakpoints remote connecting to merb application
Summary: Debugger does not stop at breakpoints remote connecting to merb application
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 13:23 UTC by richo
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
breakpoint not set before attaching debugger (37.70 KB, text/plain)
2008-11-20 13:28 UTC, richo
Details
breakpoint set before attaching debugger (38.24 KB, text/plain)
2008-11-20 13:29 UTC, richo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richo 2008-11-20 13:23:28 UTC
when running my merb application in a terminal and trying to connect using NetBeans [Debug|Attach Process] feature the
debugger won't stop at breakpoints or freezes the merb application

scenerio 1: NO breakpoints set

console command$ rdebug-ide -p 7000 `which merb`

the merb application runs fine, and the debugger attaches to the process. Now set a breakpoint in the applicaition,
everything continues to run, but the debugger never stops at the breakpoint.

scenerio 2: breakpoint set BEFORE attaching debugger

console command$ rdebug-ide -p 7000 `which merb`

the merb application runs fine, and the debugger attaches to the process. If you execute code that hits the breakpoint
the merb app stops responding, NetBeans does not indicate anything has happened.

Attaching two logs, one with breakpoint not set before attaching, one with it set before attaching.
Comment 1 richo 2008-11-20 13:28:51 UTC
Created attachment 73951 [details]
breakpoint not set before attaching debugger
Comment 2 richo 2008-11-20 13:29:41 UTC
Created attachment 73952 [details]
breakpoint set before attaching debugger