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 100955 - [DEBUGGER] Process is not finished if session with fast debugger is finished
Summary: [DEBUGGER] Process is not finished if session with fast debugger is finished
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 101168 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-13 13:02 UTC by Tomas Danek
Modified: 2007-07-03 14:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2007-04-13 13:02:40 UTC
NetBeans Ruby IDE 070412
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99
Windows XP version 5.1 running on x86
en_US (nbrubyide); Cp1252
----------------------------------
- create ruby app
- set up fast debugger (rdebug-ide.cmd)
- put BP
- F5
- debugger stops at BP, push s-f5 to finish session, ruby process is not killed.
Comment 1 Martin Krauskopf 2007-04-16 17:38:24 UTC
Cannot reproduce on Linux. Will have to try with your machine ;) Have to look
into rdebug-ide.cmd.
Comment 2 Martin Krauskopf 2007-04-16 21:37:26 UTC
Fixed in Ruby Debugger 0.83.

Reproduced also on Linux. Breakpoint has to be set in the spawned thread. Fixed
in backend, tests in both layers. Please validate, I've checked only on Linux.

external/debug-commons-java-0.7.2.jar;
new revision: 1.9; previous revision: 1.8
debugger/test/unit/src/org/netbeans/modules/ruby/debugger/RubyDebuggerTest.java;
new revision: 1.15; previous revision: 1.14
debugger/test/unit/src/org/netbeans/modules/ruby/debugger/TestBase.java;
new revision: 1.6; previous revision: 1.5

debug-commons-java/manifest.mf;
new revision: 1.9; previous revision: 1.8
debugger/manifest.mf;
new revision: 1.16; previous revision: 1.15
debugger/nbproject/project.xml;
new revision: 1.12; previous revision: 1.11
kit/nbproject/project.xml;
new revision: 1.72; previous revision: 1.71
Comment 3 Martin Krauskopf 2007-04-16 21:41:38 UTC
*** Issue 101168 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Kovalsky 2007-07-03 14:03:33 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 5 Jiri Kovalsky 2007-07-03 14:45:13 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.