You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments