Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] how to change the editor visibilty based on the debug event

Dear Darin

thanks for your valuable advice.

Currently in my model debugger iam getting the
breakpoints set by user in one breakpoint file.

Next,when the user launches my model in debug mode
then i will be setting the breakpoints to the source
code of my model diagram (in source editor -
programmetically)

After launch the eclipse debugger will open the source
editor and suspends wherever the breakpoints are set.
from this available suspended line number iam
displaying my model element  by opening diagram editor

and when the user selects step in function agiane the
the source code is displayed and then stops at next
breakpoint  and then at that time agiane iam
highlighting the diagram editor and its element .

now my problem is that
1 I don't want to display the source editor and
display only digram editor for the complet debug
process.

2.I want to dynamically set the breakpoint to the
source code without opening the source file in editor
.

3. can we make the editor hidden whenever the suspend
event is occured to that source code.


how can we make this implementation  and if we do this
is the existing debugger will listen to the
breakpoints we set to that closed source file.

Regards
Asif







		
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


Back to the top