[Gambas-user] Feature Request; Debugger

Gareth Bult gareth at ...1689...
Wed May 30 16:37:12 CEST 2007


Hi,

this would mean that I have a custom component that's specific to every application I write ..

(a) this makes life very difficult from an installation point of view
(b) one would need to develop a function, debug it, then split it off into a component
    (rather inefficient!!)
(c) there are still occasions where you might want to debug the function, which would meant swapping
    it back to your main module, fixing it, then swapping back to the component

My current application is a graphical IMAP mirror to synchronise mailboxes between servers. It uses 4 concurrent IMAP client connections and about 8 concurrent counters / progress bars. There's a fair bit of code and debugging a 100,000 message transfer can be painful at the best of times.

Apparently "little" things like being able to skip over large "known" blocks of code while debugging can make a massive difference in terms of development time .. (!)

Gareth.

--
Gareth Bult, Encryptec Limited
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657
Email: gareth at ...1689... 
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.

----- Original Message -----
From: "Charlie Reinl" <Karl.Reinl at ...9...>
To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
Sent: Wednesday, May 30, 2007 3:19:42 PM (GMT) Europe/London
Subject: Re: [Gambas-user] Feature Request; Debugger

Salut Gareth,

make a Component which includes all these subroutines / procedures.

Amicalment
Charlie

Am Mittwoch, den 30.05.2007, 11:11 +0100 schrieb Gareth Bult:
> 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. 
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list