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:
![SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP](https://c1.lmlphp.com/user/master/2021/01/31/son_1/b72cd2bed05667d89fd4d421700a9b48.jpg)
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:
![SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP](https://c1.lmlphp.com/user/master/2021/01/31/son_1/a45f5514077af0dbb6c2ef50cd234d3e.jpg)
After that, the generation job will be done synchronously, see line 43:
![SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP SAP S/4HANA扩展字段创建过程的单步调试-LMLPHP](https://c1.lmlphp.com/user/master/2021/01/31/son_1/606288f685fc436e5c34ba7298f2a6f6.jpg)
Now you can directly press F5 to reach the program for field generation and continue debugging there.