Since #5561, I have some issues with debugger. When I expand some arrays to see the detail of each item in the array, I often get a message in red saying that "Array object is collected". Is it a known issue?
Since #5561, I have some issues with debugger. When I expand some arrays to see the detail of each item in the array, I often get a message in red saying that "Array object is collected". Is it a known issue?
>> Since #5561, I have some issues with debugger. When I expand some >> arrays to see the detail of each item in the array, I often get a >> message in red saying that "Array object is collected". Is it a known >> issue? >>
Interesting... More questions: 1) If you change the previous update release, does the problem exist? 2) You are talking about arrays, not collections displayed in "Alternative Collections View" mode?
-- Best regards, Eugene Zhuravlev Software Developer JetBrains Inc. http://www.jetbrains.com "Develop with pleasure!"
> >> What is the target JDK that you debug? >> >> "Nat" <nat@do-not-spam.org> wrote in message >> news:a4b668eb28088c88394ea310b20@news.intellij.net... >> >>> Since #5561, I have some issues with debugger. When I expand some >>> arrays to see the detail of each item in the array, I often get a >>> message in red saying that "Array object is collected". Is it a known >>> issue? >>> >
In the "Expression Evaluation" dialog: If I evaluate ' "TA".equals(order.getBArCd()) ', I get 'object has been collected' as result, but if I evaluate 'order.getBArCd()', I get a String object as result.
In the "Expression Evaluation" dialog: If I evaluate ' "TA".equals(order.getBArCd()) ', I get 'object has been collected' as result, but if I evaluate 'order.getBArCd()', I get a String object as result. David
What is the target JDK that you debug?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Nat" <nat@do-not-spam.org> wrote in message news:a4b668eb28088c88394ea310b20@news.intellij.net...
>
Hello Eugene,
IDEA: 1.5.0_07
Debuggee: 1.4.2_08
>> Since #5561, I have some issues with debugger. When I expand some
>> arrays to see the detail of each item in the array, I often get a
>> message in red saying that "Array object is collected". Is it a known
>> issue?
>>
Interesting...
More questions:
1) If you change the previous update release, does the problem exist?
2) You are talking about arrays, not collections displayed in "Alternative Collections View" mode?
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Nat" <nat@do-not-spam.org> wrote in message news:a4b668eb2b4e8c8840fc55d37d2@news.intellij.net...
>
>
>> What is the target JDK that you debug?
>>
>> "Nat" <nat@do-not-spam.org> wrote in message
>> news:a4b668eb28088c88394ea310b20@news.intellij.net...
>>
>>> Since #5561, I have some issues with debugger. When I expand some
>>> arrays to see the detail of each item in the array, I often get a
>>> message in red saying that "Array object is collected". Is it a known
>>> issue?
>>>
>
I think it applies to alternative collection view since I try to browse hashmap, array
And the problem did not exist in IDEA 5.1.2
Hi,
I have another strange occurence:
In the "Expression Evaluation" dialog:
If I evaluate ' "TA".equals(order.getBArCd()) ', I get 'object has been collected' as result,
but if I evaluate 'order.getBArCd()', I get a String object as result.
David
Hello David,
I experienced the similar problem as well.