bit and nibble variable types, debugger suggestion

Post your requests and ideas on the future development of mikroBasic.
Post Reply
Author
Message
alsopb
Posts: 217
Joined: 31 Oct 2005 00:56

bit and nibble variable types, debugger suggestion

#1 Post by alsopb » 09 Nov 2005 21:01

It would be nice to add bit and nibble variable types to save a few bits.
Packing flags into variable bytes of course can be done, as can packing nibbles into a byte. It would be a bit cleaner to just have bit and nibble variable types.

Have quite a few uses for nibbles since ham radio gear represents some outputs in 4 bit BCD code.

On the debugger, it would be nice to actually be able to step through procedures as well as the main program lines. Bad programming in procedures would be a lot easier to detect. If this feature already exists, I'd like to know how to turn it on.

Regards
Brian
Henderson, NC

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: bit and nibble variable types, debugger suggestion

#2 Post by zristic » 10 Nov 2005 07:42

alsopb wrote:It would be nice to add bit and nibble variable types to save a few bits.
Let's see what the optimizations will bring to us.
On the debugger, it would be nice to actually be able to step through procedures as well as the main program lines. ... If this feature already exists, I'd like to know how to turn it on.
Once positioned to a procedure call, just press F7. The debugger will enter the procedure (if this was the question?).

alsopb
Posts: 217
Joined: 31 Oct 2005 00:56

#3 Post by alsopb » 10 Nov 2005 08:49

Thank you. F7 does the trick.
Couldn't find it in documentation.

My ignorance of IDE terminology is getting in the way.

I guess one could interprete "step into" on the pull down menu as meaning enter procedure when positioned at call line.

Now if I could figure out what "step out" (ctrl-F8) means. It seems to run the program with the watch box open. However the values in the watch box doen't seem to change.

Is there a reference detailing what each of the IDE interface options?

Regards
Brian

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

#4 Post by zristic » 10 Nov 2005 09:06

alsopb wrote:what "step out" (ctrl-F8) means.
It runs until it exists the current procedure.
Is there a reference detailing what each of the IDE interface options?
Working on it.

hansolo
Posts: 344
Joined: 28 Oct 2005 07:28

#5 Post by hansolo » 12 Nov 2005 07:55

Zoran,

How about the request for bit and nibble variable types?

Will it be implemented?

Just a reminder.

HC Wong
PIC Rules!!

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

#6 Post by zristic » 14 Nov 2005 09:45

hcwong wrote:How about the request for bit and nibble variable types?
On the waiting list.

Post Reply

Return to “mikroBasic Wish List”