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 26766 - Add support for multi-language debugging
Summary: Add support for multi-language debugging
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: API, UI
: 19977 (view as bug list)
Depends on:
Blocks: 26767 27845
  Show dependency tree
 
Reported: 2002-08-24 13:01 UTC by Jan Jancura
Modified: 2010-04-29 09:11 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 Jan Jancura 2002-08-24 13:01:05 UTC
Improve support for Plug-in debuggers
Comment 1 Jan Jancura 2003-06-12 08:59:19 UTC
David John:
In native language development, some debuggers allow the user to
switch between the source code and the assembly version of that code.
 In Java 
development, it might rarely be useful to switch between the Java
source code and the byte code.  For a developer doing JSP development,
it might be 
useful to switch between the JSP version of the code, the source of
the "compiled" version, and the bytecode.  And so on.  Or, a user
might have a 
graphical way to create JSP's, which would give you four possible ways
to look at the source code (graphical view, JSP source, Java Source,
bytecode. 
perhaps also the native code that the byte code is compiled into with
a JIT)

The point here is that there may be multiple ways of representing what
is being debugged at any moment, and rather than having each debugger 
type present this in a different way, it would be good if the
debugging architecture and interface had some conventional way for
switching among these 
different representations.
Comment 2 Jan Jancura 2003-06-12 08:59:42 UTC
*** Issue 19977 has been marked as a duplicate of this issue. ***
Comment 3 Jan Jancura 2003-06-12 09:02:48 UTC
1) We should define UI for switching between "layers" / languages.
(like bytecode/Java/JSP)
2) We should provide some API support for this feature.
3) We should define JavaDebuggerAPI to allow delegation on Java
debugger (for JSP debugger)
Comment 4 Jan Jancura 2003-11-20 13:01:40 UTC
done
Comment 5 Quality Engineering 2010-04-29 09:11:14 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.