Content tagged debugging

Similar Tags

Report Tag

17 usages of this tag
1
This content is deleted
Tutorial
Troubleshooting Construct 2's preview server
24 favourites

When you preview a game in Construct 2, it runs a local HTTP server to run the game. This is to make it work as if it were really online, and also to get around...

1
16 favourites

If this is your first contact with Construct 2, you may never dare to venture into a tutorial of Debugging, but this tutorial is just for you, and may help you....

1
This content is deleted
Tutorial
How to Fix 'Cannot Find Object Texture File' Error
5 favourites

I would like to share this tutorial as this happened to me today and also to help other people who have had similar errors. As was mentioned in the forums befor...

1
5 favourites

The main idea is to have a simple way to write code while developing without breaking anything. It can also help to debug elements and have developer shortcuts...

1
This content is deleted
Tutorial
How to debug an Intel XDK application on Android
11 favourites

One common issue is finding out issues with an application you have converted to mobiles. Intel XDK actually does offer debugging tools to help out with this pr...

2
This content is deleted
Tutorial
limit your framerate build to 60 fps
12 favourites

There was many threads about how to limit down the fps to 60 because of speed issues and gameplay changes that occured on high frequency screens (such as 120, 1...

  • 2 replies
  • 558 views
0 favourites

So this might be old news but I just thought of this and it worked for me so I thought I'd share it here. I only have one Android device available right now (sa...

  • 6 replies
  • 3.7K views
This content is deleted
Forum Topic
How do I output debug messages?
0 favourites

I can wrote a console.Log() in a script in a function to push messages to the console, but is there a more proper way of doing it? For purely testing projects I...

  • 27 replies
  • 1.2K views
This content is deleted
Forum Topic
Renderbug! Visual debugging during runtime.
1 favourites

In order to aid in the development of my game, I wrote a plugin that enables visual debugging during runtime. Currently, it draws: Sprite bounding boxes. Sprite...

posted 4 years ago
  • 4 replies
  • 329 views
This content is deleted
Forum Topic
log in listbox updates after long time lag
0 favourites

I am using a number of listboxes to log detail for each different sprite in the game. To this end I have a function that takes as parameter the name of a sprite...

Similar Tags