开发者

I am running a java based game on netbeans . How do I figure out the data flow in it?

开发者 https://www.devze.com 2023-02-20 01:08 出处:网络
How do I开发者_开发百科 inspect the data flow when I run the game in netbeans IDE so that I can make changes to the code to play with the data ?You can debug your application line by line. By pressing

How do I开发者_开发百科 inspect the data flow when I run the game in netbeans IDE so that I can make changes to the code to play with the data ?


You can debug your application line by line. By pressing F7 key.

More info http://netbeans.org/features/java/debugger.html


You could log the crucial steps and data and then examine the log file against your source. Netbeans IDE comes with a magnificent debugger. It will show you exactly how your program runs and displays the values of your variables in tooltips.

0

精彩评论

暂无评论...
验证码 换一张
取 消