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 238926 - Debuging maven rcp impossible ${netbeans.run.params.ide} missing
Summary: Debuging maven rcp impossible ${netbeans.run.params.ide} missing
Status: RESOLVED DUPLICATE of bug 238819
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-28 11:22 UTC by skygo
Modified: 2013-11-28 11:43 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 skygo 2013-11-28 11:22:05 UTC
Hi, I was in trouble debugging rcp mavenized platform on a fresh installed computer,

-- SETUP
Using windows 8.1
Using Netbeans 7.4.1 (SE version) no cache, clear user dir

-- Description
Creating a platform basic application mavenized and changing nbm plugin to 3.11.1. (or 3.11 both doesnt-work)

Trying to use the default debug project action fail, with "Missing Variable in Pom" dialog, asking to adjust pom file.

After recompiling + restarting netbeans I trie to debug again an no more chance.

According to the action map for debug properties is set to the following
 <netbeans.run.params.ide>-J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${jpda.address}</netbeans.run.params.ide>
 but seems not "active".

After exploring changeset I try to customize the debug action and find the following options working:
changing from netbeans.run.params.ide to netbeans.run.params.debug

 <netbeans.run.params.debug>-J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${jpda.address}</netbeans.run.params.debug>

After that everything go OK. Debugger is bind correctly.

1) Is the dialog correct for the issue ?
2) Is the netbeans.run.params.debug params intended to work in 7.4.1

Best Regards

Eric
Comment 1 Milos Kleint 2013-11-28 11:43:43 UTC

*** This bug has been marked as a duplicate of bug 238819 ***