This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Compiled, linked, downloaded but not running

Hi,
Do you have faced with this problem ? The USB debug adapter runs but the IDE debugger not. I can put breakpoint on the first line of the main but no break, no timer it generated too, when i stop running no stop on the code line executing.
It seems there is a problem just before the main call.

thx

Parents
  • The second sentence sounds very much like: "I hope that he will not be able to explain ..."

    No, quite the opposite. It seemed clear to me that being able to offer up an explanation of a house rule would be a straightforward task offering little insight into the explainer's intelligence, whereas an inability to do so would be somewhat worrying. I had hoped that the former would be true.

    [Big explanation of environmental difficulties with budget hardware]

    Sure, but I was trying to get to the bottom of why a house rule would exist that would prevent the initialisation of static data.

Reply
  • The second sentence sounds very much like: "I hope that he will not be able to explain ..."

    No, quite the opposite. It seemed clear to me that being able to offer up an explanation of a house rule would be a straightforward task offering little insight into the explainer's intelligence, whereas an inability to do so would be somewhat worrying. I had hoped that the former would be true.

    [Big explanation of environmental difficulties with budget hardware]

    Sure, but I was trying to get to the bottom of why a house rule would exist that would prevent the initialisation of static data.

Children
  • Sure, but I was trying to get to the bottom of why a house rule would exist that would prevent the initialisation of static data.
    static data is "outlawed" simply because static data occupy both code and data space, 'code' data occupy only code space.

    you clearly did not read my post, there is, of course, no rule against initializating code data and thus no such was stated in the rule"

    Erik