This is the dialog that appears when a NetBeans user selects the ‘Attach Debugger…’ item from the Debug menu.

I want to preset the value of the Port field so users just need to click OK to start debugging the process that my module has started.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To use this technique your module will need a dependency on
Debugger Core APIand the following could go into yourInstaller(Tested on NetBeans 6.9.1):For reference, this setting is located in:
And after running this code you’ll have a section like: