[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Problems with the Mapping model

Hello Anna,

You can debug link creation process - the following commands should be executed during link creation:
1. generated ???CreateCommand
2. generated ???ViewFactory


So if you put a break point first into ???CreateCommand.canExecute/doExecuteWithResult and then into ???ViewFactory you'll see where does link creation fails.

-----------------
Alex Shatalin