Thread: keep getting "groupProjectDebug.exe has triggered a breakpoint" but there is none ??

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    19

    keep getting "groupProjectDebug.exe has triggered a breakpoint" but there is none ??

    i keep getting:


    groupProjectDebug.exe has triggered a breakpoint

    but there are no break points in the program , i have tryed putting one in and then

    delete all break points but this still not work

    any ideas?

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Most likely this is some bad jump in the program or similar memory error. At some point the program hits an "int 3" instruction, also known as a software breakpoint.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Yeah, probably some seg fault.
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. negative edge triggered
    By galaxiluz in forum C Programming
    Replies: 3
    Last Post: 06-14-2010, 01:53 AM
  2. if statement triggered by a delay
    By MurrDogg4 in forum C Programming
    Replies: 2
    Last Post: 12-02-2005, 12:37 PM