Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] how to implement debug mode in my language


To implement a debug model, you need to extend/implement the interfaces in "org.eclipse.debug.core.model". See the java doc for the interfaces there. You can use the java debugger as an example. Please note that there are "debug" mailing lists - platform-debug-dev, and jdt-debug-dev.

Darin



"" <liwenlong@xxxxxxxxxxxxxxx>
Sent by: jdt-ui-dev-admin@xxxxxxxxxxx

09/04/2002 03:16 AM
Please respond to jdt-ui-dev

       
        To:        jdt-ui-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-ui-dev] how to implement debug mode in my language


I'd like to implement debug mode just like that of jdt, but I don't know the debug
architecture and which classes or interfaces I need to extend or implement. I
would appreciate If you can give me some advice.


Thanks for any help and regards,

li



_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev



Back to the top