When the stack runs, it includes a simulated TV screen, a front-panel display, a remote control, and console output.
运行这个堆栈时,它就会包含一个模拟TV屏幕、一个字体面板显示、一个遥控器和控制台输出。
If any errors occurred, a stack trace is displayed in the Console window and the lines within the stack trace are hyperlinks to the Python source code.
如果有错误出现,Console窗口中将显示堆栈跟踪信息,其中的每一行都可以通过超链接找到python源代码。
Python stack traces in the console view are hyperlinked to the source code.
终端视图中的Python堆栈跟踪信息可超链接到源代码中。
If this exception isn't caught, it will immediately kill the application with an error message and stack trace dumped to the console.
如果这个异常没有被捕捉到,它将立即关闭应用程序,并将一条错误消息和栈跟踪输出到控制台。
The Debug view (not to be confused with the Debug perspective) shows the call stack, the variables view shows the current state of the program's variables, and the Console view shows the program.
Debug视图(不要与Debug透视图混淆)展示了调用栈(call stack),Variables视图展示了程序变量的当前状态,而Console视图则展示了程序。
Other useful features in the Console API are stack traces, object inspection, and string formatting.
ConsoleAPI内其他有用的特性还有堆栈跟踪、对象检查和字符串格式化。
When a task throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then returns the thread to the thread pool.
当某个任务引发了它无法处理的异常时,运行时将把异常堆栈跟踪打印至控制台,然后将线程返回至线程池。
When a finalizer throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then allows the finalizer thread to resume running finalizers.
当终结器引发它无法处理的异常时,运行时将把异常堆栈跟踪打印至控制台,然后允许终结器线程继续运行终结器。
When a finalizer throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then allows the finalizer thread to resume running finalizers.
当终结器引发它无法处理的异常时,运行时将把异常堆栈跟踪打印至控制台,然后允许终结器线程继续运行终结器。
应用推荐