我正在使用GogLand编写Go with TDD,并以某种方式意外地启用了AutoTest特性。在编写了几秒钟的代码后,测试会自动运行,这会让我分心。在网上搜索之后,我还没有找到解决办法。我现在可以调整的是“设置AutoTest延迟”为10秒,但我想完全禁用并手动运行。有什么办法和方法吗?
提前谢谢你。
我在工作时使用bundle exec autotest来运行我的测试规范,但是我也希望能够进出调试器。***** debugger statement ignored, use -d or --debug option to enable debuggingbundle exec autotest --debugger
# => just ignores the