测试
全部博文(931)
分类: 架构设计与优化
2020-02-07 13:44:29
As I said the extension field generation is done in Asynchronous way via background job execution. If you need to debug it for trouble shooting, cumbersome steps must be done to setup debugging:
As a result, there is more convenient way done by Extension framework to enable easier debugging.
Set this user parameter as X in your user profile:
After that, the generation job will be done synchronously, see line 43:
Now you can directly press F5 to reach the program for field generation and continue debugging there.