eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

One place to create JDIStackFrame's for given JDIThread #460

Closed iloveeclipse closed 1 month ago

iloveeclipse commented 1 month ago

Currently JDIStackFrame instances for given JDIThread are created in two different places (JDIStackFrame and JDIThread).

Added JDIThread.newJDIStackFrame() method to make it clearer who is responsible for JDIStackFrame creation and to allow JDIThread implementations to create their custom JDIStackFrame objects.