Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Debugger engine breakpoint notification

Alright, the communication is actually synchronous so there is no need for a breakpoint notification message... Using the 'break' status when sending a response works.
thanks!
Lionel


Inactive hide details for Lionel Villard---04/01/2010 11:27:07 AM---Dear DLTK devs, I posted this on the wtp-incubator mailing-Lionel Villard---04/01/2010 11:27:07 AM---Dear DLTK devs, I posted this on the wtp-incubator mailing-list and I thought I should also

From:Lionel Villard/Watson/IBM@IBMUS
To:dltk-dev@xxxxxxxxxxx
Date:04/01/2010 11:27 AM
Subject:[Dltk-dev] Debugger engine breakpoint notification



Dear DLTK devs,

I posted this on the wtp-incubator mailing-list and I thought I should also post my question on this list since it's more a DLTK question.

Anyway, I have been successful at connecting my debugging engine to the IDE, until DBGP sends the 'run' command. What I don't know if how the debugging engine notify DBGP that a breakpoint has been hit. I couldn't find anything in the DBGP documentation (which seems to miss a part of describing notification commands). So the question is do you know what the message the debugging engine needs to send to the IDE when a breakpoint has been hit?

thanks!
Lionel
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev

GIF image


Back to the top