Commit a7da015
committed
use double quote around property in property_get
Some debuggers don't like you just sending obj['subobj']. The possible
response you get there is that the property is not found. Refering to
the dbgp documentation we an also send the property_get command with the
property between double qoutes, but that implicates we must escape
backslashes and double quotes.
Fixes #312
Signed-off-by: BlackEagle <ike.devolder@gmail.com>1 parent 744b4bd commit a7da015
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
365 | 368 | | |
366 | 369 | | |
367 | 370 | | |
| |||
0 commit comments