Source Editing
|
- Syntax highlighting
- Code completion
- Multiple file editors with tabbed interface
- Advanced find and find-in-files searching capabilities
|
|
Compiler
|
- GCC compiler for the ColdFire processor
- Compiler runs as native windows application (no cygwin)
- C library provided by uClibc, includes multithreading support (pthread)
- Double click errors and warnings to automatically be advanced to the suspect line
- See full console output from within IDE
|
|
Project Management
|
- Create uClinux exacutables and archives
- Add/Remove files and folders - unlimited directory strucutre
- Multiple configurations (e.g. Debug, Release)
|
|
Debugger
|
- Fast TCP/IP debugging with GDBServer
- Set a breakpoint by right-clicking on the source line
- Step Over, Step Into, Step Return, Resume
- View and step through diassembly code
- Inspect memory by mousing over any variable (tooltip expression evaluation)
- Watch and modify variables by adding expressions to a watch window
- View and modify CPU Registers
- Interact with the local gdb console if desired
|
|
More
|
- CVS Source control
- Background compilation
- Fully extendable with third party plug-ins
- Open source project with active community
|
|