
Explanation:
Correct answer: B - The snapshot includes the call stack and local variables at the snapshot location. This is because Cloud Debugger is designed to offer insights into the application's state at a specific moment without interrupting its execution. It captures both the call stack and the values of local variables at the point where the snapshot is taken.
As a Cloud DevOps Engineer, you're troubleshooting an application on Google Cloud and opt to use Cloud Debugger to take a snapshot of your application's state at a specific execution point without halting or decelerating it. Which statement accurately describes the data captured in a Cloud Debugger snapshot?
A
The snapshot provides detailed logs of all operations performed by the application.
B
The snapshot includes the call stack and local variables at the snapshot location.
C
The snapshot contains the content of the local storage of the virtual machine running the application.
D
The snapshot includes only the stack trace of the current execution point.
No comments yet.