PDA

View Full Version : FineLine IDE for PicBasicPro



Normnet
- 6th September 2007, 05:00
I am considering writing a new IDE for PBP called FineLine IDE.

Currently I have a viewer FineLine viewer screen shot (http://tinypic.com/view.php?pic=549uoms) (click screen for full view).
FineLine viewer draws lines between all "If-Then's", "For-Next's" etc for
debugging deeply nested code.
The IDE would be written in Delphi.
Code folding would be included.
Cost would be free.

I presume the IDE calls the PBP compiler with a DOS command and "- xx" parameters,
followed by PM assembler, and finally the programmer.

Is this close or how is this sequence of events called?

Norm

Rob
- 6th September 2007, 22:03
Sounds good to me! Looks good too!

Unfortunately I've only ever compiled from the Microcode Studio IDE so I can't give you any pointers in the right direction, only to say that the IDE looks good!

Hopefully someone else with a bit more intelligence can give you some advice ;-)

Rob

Acetronics2
- 8th September 2007, 13:27
Hi, Normnet

All answers are here : http://www.melabs.com/downloads/pbpm304.pdf

Have a look to Chapter 3 ...

Always ... RTFM !!!

Alain

Normnet
- 9th September 2007, 23:59
Thanks
Command Line Options!

Norm