Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Load Symbols - dsf question

CDI has a menu command which was very useful in Modules view right click on module and select Load Symbols. I am trying to reimplement it in dsf but I cannot wrap my head around on how it is all working. It has to be some sort of retargetable action or command, with different handlers,
depending on if we are in dsf session or cdi. How this is normally implemented?
If there example of command which has dynamic handlers link this?

Back to the top