How to resolve Unable to load groups error message

75 阅读1分钟

Created by Jerry Wang, last modified on Dec 18, 2015

  • GET_NWBC_NAV_TREE
  • NWBC
  • GET_ROLE_BASED_PAGE_USAGES
  • GET_NAVIGATION_TREE
    clip_image002

step1

在line 79处设置断点。重新launch UI,断点触发,使用debugger shift+F12直接跳至方法末尾:
clipboard2

step2

由于step1直接用debugger跳过,因此cached的navigation tree为initial,因此进入IF 分支line 13的执行:
clipboard3
之后可成功取回tile configuration information:

clipboard4