Results 1 to 18 of 18

Thread: Console If not working right

Hybrid View

  1. #1
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Console If not working right

    Quote Originally Posted by sherlockturtle View Post
    when im using the application if i press enter it automaticly starts one of the arguments.
    Oh. Which one? Did you set a break point and walk through the code?
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2011
    Posts
    346

    Re: Console If not working right

    Quote Originally Posted by weirddemon View Post
    Oh. Which one? Did you set a break point and walk through the code?
    They all will if i keep pressing enter.. Whats a break point?

  3. #3
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Console If not working right

    Quote Originally Posted by sherlockturtle View Post
    They all will if i keep pressing enter.. Whats a break point?
    Break points are very important and allow you to step through the code, among other things. So you can see what is happening as it happens.

    Look at this.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2011
    Posts
    346

    Re: Console If not working right

    Quote Originally Posted by weirddemon View Post
    Break points are very important and allow you to step through the code, among other things. So you can see what is happening as it happens.

    Look at this.
    Sorry im not able to use them i use 2010 express edition.

  5. #5
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Console If not working right

    Quote Originally Posted by sherlockturtle View Post
    Sorry im not able to use them i use 2010 express edition.
    What are you talking about? Break points can be used in every version of Visual Studio. I posted a link to a search results page for visual studio and break points. Look through the links, read up and you'll find out how to use break points.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2011
    Posts
    346

    Re: Console If not working right

    I Tried it. I think its just my code all of them do it could you chek

  7. #7
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Console If not working right

    Quote Originally Posted by sherlockturtle View Post
    I Tried it. I think its just my code all of them do it could you chek
    You need to learn break points. Of course the problem is your code. Break points help us figure out which part of the code is the issue.

    As Shaggy mentioned, it is the most valuable tool we have to solve problems. I can't even count the number of crazy problems I've solved by just using break points.

    If you want to learn how to program, then do so. But don't be lazy. Especially with fundamental things like this.

    Also, I did try out the code. I had no problems. It worked as expected. Which means something is different on your end. Which means you need to set a break up, walk through the code and find the problem.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width