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 99852

Summary: [DEBUGGER] Fast debugger does not stop at breakpoint
Product: ruby Reporter: Tomas Danek <musilt2>
Component: CodeAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
URL: http://www.datanoise.com/articles/2007/4/3/ruby-debug-version-0-9-1-has-been-released
Issue Type: DEFECT Exception Reporter:
Attachments: log file
log2

Description Tomas Danek 2007-04-03 16:10:45 UTC
NetBeans IDE Dev (Build 070327)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
+ruby debugger 0.77
--------------------------------
- created ruby app, with few "puts" outputs
- set up fast debugger
- put some breakpoints 
- invoked c-s-f5, debugger did not stop on any breakpoint + exception was thrown
Attaching log.

Verbose output:
Starting command read loop
Processing: b C:\Documents and Settings\Tomas Musil\My
Documents\NetBeansProjects\RubyApplication10\lib\main.rb:9

<breakpointAdded no="1" location="C:/Documents and Settings/Tomas Musil/My
Documents/NetBeansProjects/RubyApplication10/lib/main.rb:9"/>

Processing: b C:\Documents and Settings\Tomas Musil\My
Documents\NetBeansProjects\RubyApplication10\lib\main.rb:13

<breakpointAdded no="2" location="C:/Documents and Settings/Tomas Musil/My
Documents/NetBeansProjects/RubyApplication10/lib/main.rb:13"/>

Processing: start

Starting: running program script
Comment 1 Tomas Danek 2007-04-03 16:13:57 UTC
Created attachment 40345 [details]
log file
Comment 2 Tomas Danek 2007-04-03 16:22:44 UTC
Created attachment 40347 [details]
log2
Comment 3 Martin Krauskopf 2007-04-03 17:02:15 UTC
Might be bug in the backend. Thanks for the catch. Started...
Comment 4 Martin Krauskopf 2007-04-03 19:48:03 UTC
Uff. After a long time you forced me to work on Windows machine - actually on
yours when you left it ;)
Anyway after some debugging I've ended up with plain rdebug and have asked Kent.

http://www.datanoise.com/articles/2007/4/3/ruby-debug-version-0-9-1-has-been-released

It is bug in the rdebug itself and should be fixed already in its trunk. I'll
leave this open until next official version of ruby-debug (and thus
ruby-debug-ide) is released.
Comment 5 Martin Krauskopf 2007-04-09 16:08:42 UTC
It is fixed in the ruby-debug-base 0.9.2. Wiki updated:

- ruby-debug-base 0.9.2 and ruby-debug-ide 0.1.2 are needed

Please let me know whether it works. Thanks.
Comment 6 Jiri Kovalsky 2007-07-03 14:03:17 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 7 Jiri Kovalsky 2007-07-03 14:45:05 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 8 Tomas Danek 2007-09-14 14:53:32 UTC
verified on win xp with beta1
Comment 9 Tomas Danek 2007-10-26 14:49:03 UTC
v