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 15801

Summary: Bad name of main class displayed in Output window
Product: debugger Reporter: Karel Serin <kserin>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Karel Serin 2001-09-21 15:35:23 UTC
Netbeans build 200109210100
=======================

Steps to reproduce:
-------------------
1. Debug some app with JDK1.1 debugger implemetation
2. Sensless name of main class appears in Output window called:
   "sun.tools.agent.EmtyApp"
Comment 1 Karel Serin 2001-09-21 15:40:36 UTC
It's not
	EmtyApp 
but
	EmptyApp
Comment 2 Jan Stola 2001-10-04 10:53:02 UTC
The executed process used for debugging is printed to the output
window. When you debug with tools debugger you cannot execute
the debugger class directly, you have to start some agent
(sun.tools.agent.EmptyApp). So, the described behaviour is not a bug.
Comment 3 Jan Stola 2001-10-04 11:30:01 UTC
Invalid -> Closed.