Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Non *.java file association with Java contents (71460)

What are the requirements for debug?

The debugger will display source code for a selected stack frame based on 
the the "model presentation" associated with a debug implementation (which 
translates a source file into an editor id/editor input pair). As long as 
the model presentation is providing the correct translation, I can't see 
any problems with this.

Breakpoint creation actions are contributed to the Java editor, so they 
should continue to work. Please open a bug if they do not.

Darin




"Gary Horen" <ghoren@xxxxxxx> 
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx
03/21/2005 03:33 PM
Please respond to
jdt-debug-dev


To
<jdt-debug-dev@xxxxxxxxxxx>
cc

Subject
[jdt-debug-dev] Non *.java file association with Java contents (71460)






Code to support this has been checked in to core. Is there any sense about 
whether or not this feature will make it into 3.1 JDT debug?
 
Thanks,
Gary
 



Back to the top