FineLineIDE


Closed Thread
Results 1 to 40 of 188

Thread: FineLineIDE

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Very nice indeed Norm! I know I've asked for that very feature and I appreciate the work!
    Have you looked at the possibillity of integrating source level debugging? (Hardware based (PICKit3 for example) not a software "stub" like in MCSP)

    Keep up the nice work!

    /Henrik.

  2. #2
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by HenrikOlsson View Post
    Very nice indeed Norm! I know I've asked for that very feature and I appreciate the work!
    Have you looked at the possibillity of integrating source level debugging? (Hardware based (PICKit3 for example) not a software "stub" like in MCSP)

    Keep up the nice work!

    /Henrik.
    Somewhere I read a hardware vs software ICD would require a huge database of all PICs.
    Perhaps someone could further explain.

    Norm

  3. #3
    Join Date
    Nov 2008
    Posts
    60


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    not a software "stub" like in MCSP
    sense when is the debugger in MCSP a software debugger? I would like a software debugger. I think its one thing missing from the Proton IDE.
    Regards
    CharlieM
    Using PBP3
    MCSPX

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    c_moore,
    It's always been a software debugger. With that I mean that a call to a software routine is performed between each PBP command, much like OnInterrupt works. It does use the PIC hardware USART to communicate with the PC but that takes up firmware space and execution cycles.

    Norm,
    I'm afraid I don't know the details about how the hardware debugger works but I'd guess all the files needed are available since it IS possible to debug at the source level from within MPLAB. I think it uses the .coff file generated at compile/assembly time but I don't know what else is needed.

    /Henrik.

  5. #5
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Now available new FineLineIDE v2.0.0.0 with code collapse and auto indent!

    Collapse unused lines for better view of relevant code.
    Auto indent as you code for perfectly formatted indentation.

    Norm


  6. #6
    Join Date
    Aug 2008
    Location
    Portugal
    Posts
    240


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Thank you for your work Normnet!!!
    Thanks and Regards;
    Gadelhas

  7. #7
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    I forgot to mention tabs was also added (smart and regular).

    Smart tabs advance to the next character following a space in the lines preceding.
    Regular tabs advance a preselected number of spaces.

    Norm

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts