Results 1 to 4 of 4

Thread: How can i build a source viewer for debugger

  1. #1
    Join Date
    Oct 2006
    Location
    France, Besancon
    Posts
    2
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Red face How can i build a source viewer for debugger

    Hello everybody,

    For my student project, i should build a GUI for a compiler about a small langage , ( see http://meusburger.net/matthias/CV/Mi...grammaire.html)
    and we should add features for debugging a simple program for example breakpoints or step-by-step instruction evaluation.
    I have choice Qt4.2.0 for that and I have no idea how doing a sourceview where i can add breakpoint like some IDE with line number ( like this http://qdevelop.org/captures/debugging.png
    ) I have tried to open ui file from QIde with Designer but he crash !

    So if someone could me explain how this widget could be build I am very interesting ....

    Thanks.

    ps: excuse me for my bad English ..

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How can i build a source viewer for debugger

    The author of QDevelop is French, so drop him a mail.

  3. The following user says thank you to e8johan for this useful post:

    blobgrinder (24th October 2006)

  4. #3
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How can i build a source viewer for debugger

    QDevelop might help you but it does what you want in a very "closed" way... I mean that you will face troubles when trying to integrate its code into your project...

    I myself developped a more flexible and evolutive solution for use with Edyuk : QCodeEdit. It is licensed under LGPL, though I didn't update the specific packages on Sf.net , and the last version should fit all your needs. To get it just download Edyuk 0.6.0-b. If you have questions just drop me an e-mail : I'm french as well!
    Current Qt projects : QCodeEdit, RotiDeCode

  5. The following user says thank you to fullmetalcoder for this useful post:

    blobgrinder (24th October 2006)

  6. #4
    Join Date
    Oct 2006
    Location
    France, Besancon
    Posts
    2
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How can i build a source viewer for debugger

    Hello ,

    Quote Originally Posted by fullmetalcoder View Post
    QDevelop might help you but it does what you want in a very "closed" way... I mean that you will face troubles when trying to integrate its code into your project...

    I myself developped a more flexible and evolutive solution for use with Edyuk : QCodeEdit. It is licensed under LGPL, though I didn't update the specific packages on Sf.net , and the last version should fit all your needs. To get it just download Edyuk 0.6.0-b. If you have questions just drop me an e-mail : I'm french as well!
    Thank you for your reply , I will read this specific part quickly .
    I think you are right about QDevelop , i would like just know how can I build a souce viewer
    and start it from scratch but QCodeEdit is here !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.