|
-
Dec 31st, 2011, 11:04 PM
#1
Re: Console If not working right
 Originally Posted by sherlockturtle
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Dec 31st, 2011, 11:06 PM
#2
Thread Starter
Hyperactive Member
Re: Console If not working right
 Originally Posted by weirddemon
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?
-
Dec 31st, 2011, 11:10 PM
#3
Re: Console If not working right
 Originally Posted by sherlockturtle
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Dec 31st, 2011, 11:14 PM
#4
Thread Starter
Hyperactive Member
Re: Console If not working right
 Originally Posted by weirddemon
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.
-
Dec 31st, 2011, 11:16 PM
#5
Re: Console If not working right
 Originally Posted by sherlockturtle
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
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Dec 31st, 2011, 11:22 PM
#6
Thread Starter
Hyperactive Member
Re: Console If not working right
I Tried it. I think its just my code all of them do it could you chek
-
Dec 31st, 2011, 11:26 PM
#7
Re: Console If not working right
 Originally Posted by sherlockturtle
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
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|