Thread: Codeblocks debug problem

  1. #1
    Registered User
    Join Date
    Apr 2020
    Posts
    1

    Codeblocks debug problem

    Hi!
    I need help. I have a 20.03 version of Codeblocks and, when I compile my program for debug, itīs open fine but I receive the message "Cannot find bounds of current function" for a next step in code.
    How can I solve this?
    Regards,

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Cannot find bounds of current function at DuckDuckGo

    Does your code do (or try to do) something nasty with the stack like some shellcoder?
    Do you compile with some compiler options incompatible with debugging?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with CodeBlocks
    By Bashkim in forum C++ Programming
    Replies: 4
    Last Post: 01-20-2017, 12:45 PM
  2. Problem with writing in CodeBlocks 13 12
    By giorgos giorgos in forum C Programming
    Replies: 2
    Last Post: 05-31-2015, 11:43 AM
  3. Problem with CODEBLOCKS
    By yahzee in forum C Programming
    Replies: 15
    Last Post: 10-14-2013, 01:07 PM
  4. problem with codeblocks
    By zeybek258388 in forum C Programming
    Replies: 6
    Last Post: 01-03-2012, 09:07 PM
  5. problem with codeblocks
    By gnanasenthil654 in forum C++ Programming
    Replies: 2
    Last Post: 08-10-2009, 02:30 AM

Tags for this Thread