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 19931 - Allow running application in a debugging mode without changing executor.
Summary: Allow running application in a debugging mode without changing executor.
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-30 09:04 UTC by Marian Petras
Modified: 2010-04-29 09:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2002-01-30 09:04:58 UTC
Among other executotion types, there is a special execution type called
"Debugger Execution". It is hardly usable. When somebody wants to use it, they
must change the main class's executor to Debugger Execution and then execute it.
But when they want to execute the class in normal mode (not debugging), they
must change the executor again.

Proposed change:
----------------
1) Add one more execution property for a class. There are four properties:

   Arguments
   Compiler
   Debugger
   Executor

Add "Debugger Executor".

2) Add two more actions to each executable class. There are two actions:

   Compile
   Execute

Add "Debug" and "Execute in debugging mode".

Action "Execute in debugging mode" would use the specified "Debugger Executor".

Note:
This proposal must be discussed in more details. E.g. would not "Debugging
Types" duplicate function of "Debugger Executors"?
Comment 1 Svata Dedic 2002-01-30 14:59:49 UTC
I would be rather careful about adding properties to the class: I
suppose someone will ask to add a "Profiler" and "Profiler executor"
at some time in the future (make up more services and executions
specialized for them if you want).
Why not just create "Execute in *** mode", which would refer to the
class' configured (or default) ** service ? This solution will add
just no property for debugger (and one property per new service type).
Comment 2 Marek Grummich 2002-07-22 09:07:29 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Marek Grummich 2002-07-22 09:15:06 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 _ lcincura 2005-05-12 14:39:34 UTC
The concept has totally changed
Comment 5 Quality Engineering 2010-04-29 09:09:25 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.