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 256237 - typo in error message when unable to attach debugger to running local java application
Summary: typo in error message when unable to attach debugger to running local java ap...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 17:45 UTC by mklaehn
Modified: 2015-10-28 17: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 mklaehn 2015-10-28 17:45:23 UTC
[ BUILD # : NetBeans IDE ]
[ JDK VERSION : 1.8 ]

STEPS:
   * Open dropdown menu 'Debug Application'
   * Select 'Attach debugger...'
   * Select JDPA Debugger
   * Select ProcessAttach
   * Transport = 'local'
   * Enter PID of non-existing thread

ACTUAL:
   'Debugger Console' tab in Output window opens with text:
Attaching to pid=XYZ
Not a debuggee, or not listening for debugger to attach

EXPECTED:
   'Debugger Console' tab in Output window opens with text:
Attaching to pid=XYZ
Not a debugger, or not listening for debugger to attach
Comment 1 mklaehn 2015-10-28 17:46:09 UTC
[ BUILD # : NetBeans IDE 8.1 RC2 (Build 201510122201) ]