Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] JDWP: Rogue Step Out

Good afternoon

I'm implementing a proxy of sorts that handles the communication between Eclipse/JDWP and a smartcard (with debug signals)

i conclude a Step out procedure with a Composite command containing a METHOD_EXIT and a SIMPLE_STEP (with their respective locations).

somehow someway, right after eclipse asks me the frame count and clears the used event (the simple_step to which the step out belonged), another "simple_step out" is triggered by eclipse itself.

did anyone ever saw this behaviour?
anyone, any ideas to put me on the right track, please?

i cannot put any logs here, the project itself is confidential and it is within a separated network. But i'll try to answer any questions if i can.

thank you


Back to the top