原谅我是个新手。我是一个自学成才的编码员,我知道这很难,因为我没有先学习基础知识......
话虽如此,我已经进入网络应用程序6个月了,不得不搬到新机器上。在新机器上,我有一个奇怪的问题,我不知道该怎么弄清楚。
旧机器上的代码在Dartium中进行调试,以及使用firebase托管构建和部署时。
我在新计算机上的代码在Dartium中运行,但在Chrome调试器中以及构建和部署时都存在控制台错误。
在WebStorm中,当我使用Dartium查看我的断点时,它们都被检查为有效,但是当我查看Chrome时,大约5%未被检查为有效且通常出错。
我认为问题主要围绕DSON对象/转化。
我知道这不是诊断问题的足够信息,但我正在寻找从哪里开始的指导?我不是在寻找任何人为我做这件事,只是指出我需要学习的方向,我会弄明白的!
提前谢谢!
ReferenceError: activeBorrowerObject is not defined
at eval (eval at sendNewBorrowerToStream$1 (http://localhost:53854/main.dart.js:87688:9), <anonymous>:1:1)
at CoreService.sendNewBorrowerToStream$1 (http://localhost:53854/main.dart.js:87688:9)
at http://localhost:53854/main.dart.js:88492:23
at _wrapJsFunctionForAsync_closure.$protected (http://localhost:53854/main.dart.js:7344:15)
at _wrapJsFunctionForAsync_closure.dart._wrapJsFunctionForAsync_closure.call$2 (http://localhost:53854/main.dart.js:7839:14)
at _awaitOnObject_closure.dart._awaitOnObject_closure.call$1 (http://localhost:53854/main.dart.js:7827:34)
at StaticClosure.dart._rootRunUnary (http://localhost:53854/main.dart.js:7683:18)
at _ZoneDelegate.runUnary$3 (http://localhost:53854/main.dart.js:10950:41)
at NgZone.dart.NgZone._runUnary$5 (http://localhost:53854/main.dart.js:30281:24)
at Object.eval (eval at Closure_forwardCallTo (http://localhost:53854/main.dart.js:4917:14), <anonymous>:2:47)