• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1breakpoint set --file VariablesLocationsTest.cpp --line 6
2breakpoint set --file VariablesLocationsTest.cpp --line 15
3
4run
5
6target variable g_var
7
8frame variable arg_0
9frame variable arg_1
10
11frame variable loc_0
12frame variable loc_1
13
14frame select 1
15
16frame variable loc_0
17frame variable loc_1
18
19continue
20
21frame variable arg_0
22
23frame variable loc_0
24frame variable loc_1
25
26