緩存楨過濾。。上一楨下一楨(一)建立過濾事件

plugin.xml中eclipse

 

         <!--  wangmin 2015/9/8  kgtp action   -->  
         
            <action
               class="org.eclipse.debug.internal.ui.actions.StepFrameDownActionDelegate"
               disabledIcon="icons/full/kgtp/down_frame_disable.gif"
               hoverIcon="icons/full/kgtp/down_frame_disable.gif"
               icon="icons/full/kgtp/down_frame.gif"
               id="org.eclipse.debug.internal.ui.commands.actions.StepFrameDownCommandActionDelegate"
               label="%StepDownFrame.label"
               definitionId="org.eclipse.debug.ui.commands.StepFrameDown"
               toolbarPath="threadGroup"
               tooltip="down step">
          </action>
               <action
               class="org.eclipse.debug.internal.ui.actions.StepFrameDownActionDelegate"
               disabledIcon="icons/full/kgtp/up_frame_disable.gif"
               hoverIcon="icons/full/kgtp/up_frame_disable.gif"
               icon="icons/full/kgtp/up_frame.gif"
               id="org.eclipse.debug.internal.ui.commands.actions.StepFrameUpCommandActionDelegate"
               label="%StepUpFrame.label"
               definitionId="org.eclipse.debug.ui.commands.StepFrameUp"
               toolbarPath="threadGroup"
               tooltip="up frame">
            </action>  
       
         
                <action
               class="org.eclipse.debug.internal.ui.actions.kgtpdebug.ShowKgtpFrameSelectAction"
               disabledIcon="icons/full/kgtp/select_frame.gif"
               hoverIcon="icons/full/kgtp/select_frame.gif"
               icon="icons/full/kgtp/select_frame.gif"
               id="org.eclipse.debug.internal.ui.actions.kgtpdebug.ShowKgtpFrameSelectAction"
               label="%KgptSelectFrame.label"
               toolbarPath="threadGroup"
               tooltip="select tracepoint">
            </action>  
 
           
          <!--  wangmin 2015/9/8  kgtp action   end  -->

 

ShowKgtpFrameSelectAction類ui

 

 

建立spa

 

 

####################線程

Thread中debug

getKGTPStackFrames()   getStackFrameCount() stackdepth=0code

 

-stack-info-depth下發xml

新建一個線程對象對象

去掉這個blog

setCurrentFrameip

這裏下發命令

setCurrentFrame

 

 

問題

getKGTPStackFrameCount

註釋掉 

Target target = (Target)getTarget();
ICDIThread currentThread = target.getCurrentThread();
target.lockTarget();

 

setCurrentFrame下發命令明天繼續

相關文章
相關標籤/搜索