Commit 510cacb
fix #112: update state on debugger start
After connecting to the VM the plugin requests the initial runtimestate but did not update the bridge with that state.
Consequently, the debugger faultly indicates the first line of any source file as the starting debugging location.
This commit updates the state of the bridge on connection and highlights the line associated to the PC retrieved from the first state as starting debug location.1 parent c9a5165 commit 510cacb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
0 commit comments