By default, the debugger shows me the global variables of the currently debugged source file. How can I view my variables from another module?
While debugging, the debugger lists the local and global variables of the
currentthread and stack frame only in the
Variables
view. To view the variables from other modules, you have to debug your application using global variables.