Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Actions in Debug View

Did you change the action identifier in plugin.xml when copying?
----- Original Message -----
Sent: Friday, April 18, 2003 8:02 AM
Subject: [cdt-debug-dev] Actions in Debug View

      Hi all!
 
May be my question is not suitable for this mailing list but my problem conserning CDT Debugger too.
 
   I have a task to create an action which can demonstrate disassembler input from any address that user will wish.    So I've created an action which almost completely repeats CDT's "SwitchToDisassemblyAction". I've named it "SwitchToDisassemblyByAddressAction".   Only difference between them is that InputDialog creates in "doAction" function in order to input address. And there appeared one problem: all this two action work together.  I mean their buttons in Debug view become pressed or unpressed at the same time. And their menu items in popup menu become checked or unchecked simultaneously too.
 
   I don't understand why it happens, may be someone, who deals with Disassembler and Launch View, have some thoughts about it.
 
  Thanks in advance,
 
  Igor S. Zamyatin
  Interstron Ltd.
 
    
 
 

Back to the top