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 136715 - JS debugger not launching for Ruby projects
Summary: JS debugger not launching for Ruby projects
Status: RESOLVED WORKSFORME
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 01:27 UTC by _ krystyna
Modified: 2008-06-09 23:46 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 _ krystyna 2008-06-07 01:27:14 UTC
NetBeans IDE Dev (Build 200806061204)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP

Tested both the 'Ruby' and the 'All' distribution

1. create a new Ruby on Rails project
2. check project property "Debug Rails Application (client side - Firefox browser only)" 
3. Ctrl + F5 (or run debug main project)
> Firefox does not launch and NetBeans JavaScript debugger does not launch; neither debugger toolbar or
ide output windows do not appear

Only See WebBrick running for project in status window.

-Verified that debug.client=true appears in nbproject/project.properties
-debugger launches for plain web projects AOK
Comment 1 Quy Nguyen 2008-06-09 21:32:52 UTC
I can't reproduce this issue on main.  Here are a few things you can try to isolate the problem:

- Try the Run action instead of Debug
- Check the output by opening Window->Ouput->Output
- Check the IDE log for exceptions
Comment 2 _ krystyna 2008-06-09 23:26:49 UTC
Interesting: today's all zip all package
NetBeans IDE Dev (Build 20080609195427)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1
launched the debugger fine.

But the installer Ruby only package
NetBeans IDE Dev (Build 200806090002) failed client debug
with no log errors. I only detected an error 
when checking both server AND client debug where "fast debugger" failed
to install with an error to the IDE "could not find ruby-debug-ide locally 
or in repository".

I'll go check the zip Ruby only package that is a little older than that.
Comment 3 _ krystyna 2008-06-09 23:46:24 UTC
Today's zip ruby only distribution is working fine. 
I think I know what happened--on Friday, due to netbeans.org
download problems, I was working with the installer builds from 
an internal site. These are either broken or outdated. I'll follow
up on that and close this.