Posts Tagged Running

deleteaso » A couple quick FDT tips

The thing to take away from it is that when we are doing only code changes we can compile the code and even fla’s from FDT and have it run through the debugger. Now in order to get this running a ran into a few problems and wanted to …

, , , , , , , , , , , , ,

No Comments

C linker error when using getline – ported from linux to windows

As a part of a project I have obtained from a friend some code to read from a file.

, , , , , , , , , , , ,

No Comments

Profiling code performance – Aptana

Introduction. The Firebug console provides you with three ways to detect performance problems in your code : Determining how long a function takes to execute; Running a code profile on a script; Running a code profile on specific blocks …

, , , , , , , , , , ,

No Comments

Jivespace: What's your favorite plugin debugging…

You set up for remote debugging or you use Ant to build and deploy to the running Clearspace instance, or some such. In other words, you don’t get into the Clearspace source code . You create a project that includes your plugin code and …

, , , , , , , , , , , , ,

No Comments