This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Referencing marked objects in expression evaluation
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
You already may be familiar with the Mark Object (F11) functionality available in IntelliJ IDEA’s debugger. The feature allows tagging an arbitrary object with a colored text label. After an object is assigned a label, it becomes visible everywhere the object is displayed (Watches, Variables View, Evaluation Window etc.).
In IntelliJ IDEA 10 the feature has [...]