We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a84c commit 5181f23Copy full SHA for 5181f23
src/components/global-assign-hook-component/plugins/string-put-to-db-plugins.js
@@ -22,6 +22,7 @@
22
const codeLocation = getCodeLocation();
23
varValueDb.push({
24
name,
25
+ // TODO Buffer类结构直接运算Hook不到的问题仍然没有解决...
26
// 默认情况下把所有变量都toString保存到字符串池子中
27
// 有一些参数就是放在Buffer或者什么地方以字节形式存储,当使用到的时候直接与字符串相加toString,
28
// 这种情况如果只监控变量赋值就监控不到了,这是不想添加更多监控点的情况下的折中方案...
0 commit comments