The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse tip: Rewind during debugging

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vasanth Dharmaraj

Posts: 594
Nickname: vazz
Registered: Oct, 2003

Vasanth Dharmaraj is J2EE developer learning Dot Net
Eclipse tip: Rewind during debugging Posted: Jun 8, 2004 3:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vasanth Dharmaraj.
Original Post: Eclipse tip: Rewind during debugging
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Latest Java Buzz Posts
Latest Java Buzz Posts by Vasanth Dharmaraj
Latest Posts From Vasanth Dharmaraj's Blogs

Advertisement

When I am debugging, I often step through code very quickly and step over the line I am interested in. To get back to the line I have to start the debugging process all over again. This is time consuming if the there are multiple steps involved in the debugging process.

Eclipse has a feature called "Drop to Frame" which allows me to step back in the debugging process. Now if I miss a line I can just choose Drop to Frame and start from the beginning of the method again. I can also choose any stack frame and use Drop to Frame in its context menu to restart debugging from that method.

Eclipse Tip: Drop to Frame

This is a cool feature and is bound to save a lot of time for me. This works only with 1.4 or higher VM.

Read: Eclipse tip: Rewind during debugging

Topic: 100% Pure .NET Previous Topic   Next Topic Topic: And away we go...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use