In a nutshell, named function expressions are useful for one thing only - descriptive function names in debuggers and profilers . 简而言之,有名函数表达式只对一件工作有用,在调试器和性能测试器中描述函数的名称。
Like, I don't remember every single command in a debugger.
就像我不记得排错程序中的每一个命令。
Introduction to Unity DOTS
We can only see it in the entity debugger.
我们只能在实体调试器中看到它。
CS50
Let me go ahead now and get out of the debugger.
现在让我继续,离开调试器。
CS50
And we'll see one other feature of the debugger today.
今天我们将看到调试器的另一个特性。
CS50
The point is the debugger led you to this point.
关键是调试器把你带到了这一点。
CS50
And that's why the debugger has jumped to that line.
这就是调试器跳到这一行的原因。
CS50
How do I fix the logic now thanks to the debugger having led me down this road?
由于调试器引导我走上了这条路,我现在如何修复逻辑?
连线杂志
There's a different debugger for every operating system but they're not easy to learn unless you start, you know, just doing it yourself and training yourself and practicing.
每个操作系统都有不同的排错程序 但是它们不容易学,除非你开始,你知道,自己动手,训练自己并练习。
Apple 最新资讯
The view debugger will now also include details from SpriteKit scenes, and the view debugger is a perfect way to expand and rotate your scenes, scope ranges, even look at clipped regions.
A debugger or debugging tool is a computer program that is used to test and debug other programs (the "target" program). The code to be examined might alternatively be running on an instruction set simulator (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered. but which will typically be somewhat slower than executing the code directly on the appropriate (or the same) processor. Some debuggers offer two modes of operation—full or partial simulation—to limit this impact.