I am running a java based game on netbeans . How do I figure out the data flow in it? -
When I play a game in Netbeans IDE, how can I inspect the data flow so that I can play in the code to play Can I make changes with the data?
You can debug your application line by line, by pressing the
F7 key. More info
Comments
Post a Comment