Obsolete
Status Update
Comments
rm...@google.com <rm...@google.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
rp...@google.com <rp...@google.com> #3
#1: There is a limit to the length of values that can be set via the debugger (I believe it is around 20KB, but I am not 100% sure). How long is the XML value you are trying to edit?
me...@gmail.com <me...@gmail.com> #4
Around 10k characters. If I paste the content into a file, its about 11kb.
ku...@google.com <ku...@google.com> #5
Just got help from Alex,
Before P(API=28), there is a limit of 8KB. If P or newer, no such limitation.
Before P(API=28), there is a limit of 8KB. If P or newer, no such limitation.
me...@gmail.com <me...@gmail.com> #6
Thanks
Description
AI-182.5107.16.33.5199772, JRE 1.8.0_152-release-1248-b01x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.6 unknown, screens 1920x1080, 1680x1050, 1920x1080; Retina
Android Gradle Plugin: 2.3.3
Gradle: 3.3
NDK: from local.properties: 16.1.4479499; latest from SDK: 16.1.4479499;
LLDB: LLDB 3.1 (revision: 3.1.4508709)
CMake: from local.properties: (not specified); latest from SDK: 3.6.0-rc2; from PATH: (not found);
Source: user_sentiment_feedback
Debugger disconnects and Studio throws dialog 'com.sun.jdi.VMDisconnectedException' while debugging Android app.
Steps:
1. Stepping through code and breakpoint is hit.
2. Right-click on variable to 'View/set text' value of variable. Variable is of type string and holds an XML in text format. It is a very long XML.
3. As soon as editing text is done, clicking ok to exit the dialog throws this exception, leaves the value unedited and disconnected the debugger.
Expected: Value is updated and debugger can move to next line/step-in/step-out.
JDK location: embedded or local gives the same issue
Java version on Mac: Version 8 Update 201 (build 1.8.0_201-b09)
IMPORTANT: Please read