Thread: help debugging in Pelles C IDE

  1. #1
    Registered User gaurav9991's Avatar
    Join Date
    Oct 2010
    Location
    Pune, Maharashtra, India
    Posts
    69

    Exclamation help debugging in Pelles C IDE

    I have recently started working with Pelles C IDE V. 6.50.4

    I am familiar with Turbo c and Dev c++ editors.

    when i start debugging any c program, it encounter a message saying "The file 'xyz.exe' has no debugging information ! Do you want to continue ?" when i say "OK" it starts debugging at assembly level.

    Is it possible to view debugging line by line written in c code ? like in turbo c or Dev c++?

    thank you

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by gaurav9991 View Post
    I have recently started working with Pelles C IDE V. 6.50.4

    I am familiar with Turbo c and Dev c++ editors.

    when i start debugging any c program, it encounter a message saying "The file 'xyz.exe' has no debugging information ! Do you want to continue ?" when i say "OK" it starts debugging at assembly level.

    Is it possible to view debugging line by line written in c code ? like in turbo c or Dev c++?

    thank you
    Yes. There are two ways to do this...

    1) Preferred... Get the add-in for "release/debug/profile builds" This places icons at the top of your project tree that lets you select which kind of build you want right off the bat.

    PellesC Add-ins Code

    Just place the DLL file from the add-in in the addins folder at

    C:\Program Files\PellesC\Bin\AddIns


    2) In Project->Project Options->Compiler->Debug options... set it to full.


    The reason the add-in is prefered is that it's right at your finger tips and it does a new build for each click of the buttons.

    Also you should join the PellesC forums... http://forum.pellesc.de/ and ask these questions there.

  3. #3
    Registered User gaurav9991's Avatar
    Join Date
    Oct 2010
    Location
    Pune, Maharashtra, India
    Posts
    69
    thanks a lotttttt
    really thank you very much

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by gaurav9991 View Post
    thanks a lotttttt
    really thank you very much
    No worries...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Opinion on C99 ver. of Pelles C IDE?
    By Adak in forum C Programming
    Replies: 0
    Last Post: 03-13-2009, 07:27 PM
  2. IDE
    By djnorthyy in forum C++ Programming
    Replies: 6
    Last Post: 03-31-2008, 11:56 AM
  3. Dev-C++: Problems with Breakpoint Debugging
    By Thileepan_Bala in forum C Programming
    Replies: 1
    Last Post: 01-17-2008, 10:48 AM
  4. CBoard IDE of the year
    By cboard_member in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 12-09-2005, 07:50 AM
  5. Debugging book recommendation
    By dagans in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 09-13-2005, 07:35 PM