@okaying跟大家 讨 一个 js调试技巧 , 分享一下大家有什么奇淫技巧 中发帖

ReactSharedInternals = {
H: null,
A: null,
T: null,
S: null,
actQueue: null,
asyncTransitions: 0,
isBatchingLegacy: !1,
didScheduleLegacyUpdate: !1,
didUsePromise: !1,
thrownErrors: [],
getCurrentStack: null,
recentlyCreatedOwnerStacks: 0
},


chrome dev tools 检查 debug的时候 发现源码中有这样一个对象, 我想定位到 在哪里修改/set了对象的H属性. 这个对象可能会被import到其他文件中对H进行set修改,或者是在当前的文件中对h进行set修改. 请问如何实现断点当 修改H的时候 debugger住