The debugger is currently undergoing serious renovations and improvements. I think it's too early to talk about the overall plans / design, but you can follow along with the checkins that are happening in this area. It's always been the intent to allow users / developers to extend the feature set of the debugger (actually, it's easy to add more commands to the existing debugger, but I wouldn't bother learning that given that the code is changing), so stay tuned.
Erik On Mon, Mar 2, 2009 at 11:14 AM, Alon Weiss <[email protected]> wrote: > > Is there a way to extend the debugger ? > The current API is perfect for low-level debugging, but one would need > more than that to actually be productive? > > I was thinking of adding hooks on one hand (e.g. whenever the > execution of the application stops for breakpoint, debugger; > statement, or exception), and exposing the low-level API to the > "extended" debugger. > > Cheers, > Alon. > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
