Menu

getting insight to work on dev-cpp

qwerty mk
2010-02-07
2012-09-26
  • qwerty mk

    qwerty mk - 2010-02-07

    I have the insight from http://www.wxwidgets.org/docs/tutorials/devcpp.htm which is a windows binary.
    I put it in my dev-cpp\bin folder and pointed my gdb.exe to insight.exe, the
    problem is when I try to debug it compiles but no window opens. Am I going
    about this wrong? what should I do differently?

     
  • cpns

    cpns - 2010-02-08

    I strongly recommend that you use the Insight build from the User Contributed
    section of the MinGW project (here).

    Also the GDB integration in Dev-C++ operates GDB in command line mode, so
    using Insight in that way will give no particular advantage. The integration
    also sucks.

    The way I have used Insight with Dev-C++ is to add it as an item on the Tools
    menu using the Tools menu customisation feature. There is a macro available
    representing the project executable which you can use to pass this to Insight.
    Unfortunately there are no macros for passing command line arguments for the
    app being debugged.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.