[Gambas-user] Feature Request; Debugger

Benoit Minisini gambas at ...1...
Thu May 31 14:36:17 CEST 2007


On mercredi 30 mai 2007, Gareth Bult wrote:
> Hi,
>
> Would it be easy / possible to mark certain subroutines / procedures as
> "don't descend" with regards to the debugger?
>
> Once a function has been tested to death, there's often no point in line
> stepping through that routine when debugging an application. For example,
> if you have a tokeniser (getToken()) that s never going to throw an error,
> but cycles through 50 lines of code, it would be really nice to be able to
> mark the routine as "finished" and have the debugger automatically step
> over this routine when debugging.
>
> .. just a thought .. :-)
>
> Gareth.

I don't understand: if you don't want to trace a function, you just have to 
use 'Forward' (SHIFT-F8) instead of 'Step-by-step' (F8) when it is called. Is 
it a "lazy-guy" feature? :-)

-- 
Benoit Minisini




More information about the User mailing list