The Artima Developer Community
Sponsored Link

Agile Buzz Forum
pining for a useful debugger

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
pining for a useful debugger Posted: Jul 25, 2003 7:58 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: pining for a useful debugger
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
Ted Leung points out a C developer who wants better debugging:
  • The presence of state makes debugging a pain. This arguest for a more functional approach to programing wherever possible
  • Something like a timewarp or replay debugger that captured the state of the program at every state transition could help with these problems. In languages that reify activation records (as closures or continuations), this should not be that difficult to do, albeit hugely expensive in memory.

hmm. We have this in languages like Lisp and Smalltalk (as alluded to above). Maybe the Kim needs better tools. And yes Ted, the VisualWorks debugger has an awful lot of this with conditional breakpoints and watchpoints. There's still some UI rationalization to be done with the VW debugger (getting the menus and shortcuts aligned with the rest of the tools) - but it's a great tool.

One of the niftier things is the fact that it's a browser, not just a debugger. If you are doing experimental development and hit a method you have not yet implemented, the debugger can generate it for you - and then drop you in it so that the code can be written. Very nice way to develop.

Read: pining for a useful debugger

Topic: Watch out for stack overflow Previous Topic   Next Topic Topic: The best part of StS

Sponsored Links



Google
  Web Artima.com   

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