In the debugger window, you will see information about the ad policy and the types of insertion points the player has
En la ventana del depurador verá información sobre la política de anuncios y los tipos de puntos de inserción que ofrece el reproductor
Important: You can modify this method; however, these modifications will not appear or execute in the instance of the method currently being traced in the debugger window.
Importante: puede modificar este método; sin embargo, estas modificaciones no aparecerán o ejecutarán en la instancia del método que está siendo depurado actualmente en la ventana del depurador.
Every time the method is invoked, a message will be printed in the Debugger window.
Every time the value of the property changes, a message will be displayed in the Debugger window.
Cada vez que cambia el valor de la propiedad, se visualizará un mensaje en la ventana Debugger.
When an ad response is received, the Ad XML is also displayed in the debugger window
Cuando se recibe una respuesta de un anuncio, su código XML también aparece en la ventana del depurador
In addition to the normal Android Studio UI, the debugger window has an LLDB tab that lets you enter LLDB commands during debugging.
Además de la IU de Android Studio normal, la ventana del depurador presenta una pestaña LLDB que te permite ingresar los comandos de LLDB durante la depuración.
4D Server: If you call TRACE from a project method executed within the context of a Stored Procedure, the debugger window appears on the Server machine.
4D Server: si llama TRACE desde un método de proyecto ejecutado en el contexto de un Procedimiento almacenado, la ventana del depurador aparece en el equipo servidor.
The Debugger window is brought back to the previous method in the call chain.
La ventana del depurador regresa al método anterior en la cadena de llamado.
You can move the Debugger Window and/or resize any of its internal window panes as necessary.
Puede mover la ventana del depurador y/o redimensionar sus paneles internos según sea necesario.
If the current method is the last method in the call chain, the Debugger window is closed.
Si el método actual es el último método en la cadena de llamado, la ventana del depurador se cierra.
The Debugger window is displayed before the next line of code is executed, and continues to be displayed for each line of code that is executed.
La ventana del depurador aparece antes de la ejecución de la línea de código siguiente, y continúa para cada línea de código que se ejecuta.
On execution of a line that calls another method (subroutine or function), this button causes the Debugger window to display the method being called and allows you to step through this method.
Durante la ejecución de una línea que llama a otro método (subrutina o función), este botón provoca la visualización del método llamado en la ventana del depurador y le permite pasar paso a paso por este método.
Figure 1. The Debugger window, showing the current thread and the object tree for a variable
Figura 1: Ventana Debugger, donde se muestran el subproceso actual y el árbol de objetos para una variable.