Prices
| Support | Download
Comprehensive,
stand-alone Pascal compiler for AVR microcontrollers.
New
to AVR? No problem. Learn to program AVR easily, with many practical examples
we have provided for you. Integrated libraries and comprehensive documentation
guarantee successful start.
Code
Editor
mikroPascal
has highly adaptable Code Editor, fashioned to satisfy needs of both novice
users and experienced programmers. With Editor's advanced features, developing
your application becomes easy and comfortable.
Code
Assistant
Code
Assistant is a valuable tool, saving you time in code writing. If you type
first few letters of a word and press CTRL+SPACE, all valid identifiers
matching the letters you typed will be prompted in a floating panel (see
the image). Now you can keep typing to narrow the choice, or you can select
an item from the list.
Parameter
Assistant
Parameter
Assistant feature is invoked whenever you open a parenthesis "(" or press
CTRL+SHIFT+SPACE. If you have typed a name of valid function or procedure,
the expected parameters will be prompted in a floating panel. As you type
the actual parameter, next expected parameter becomes highlighted.
Auto
Correct
Auto
Correct feature automatically corrects your common typing mistakes. You
can add your own preferences to the list of recognized typos.
Code
Templates
You
can insert code template by typing the name of the template (for instance,
whileb), followed by CTRL+J; Code Editor automatically generates the desired
code snippet. Or, you can click the button from Code Toolbar and select
a template from the list. You can add your own templates to the list, with
no limitations regarding the contents or size of the code.
Syntax
Highlighting
You
can configure Editor colors and syntax highlighting to best suit your needs
- from background color to specific keywords.
Enhanced
Undo/Redo Option
Code
Editor lets you perform Undo/Redo option up to 1024 times, making debugging
less tiresome task.
Print
and Print Preview
Code
Editor has an option of printing the active window in case you need your
program code in paper. Print Preview feature lets you arrange layout of
the page before printing.
Debugger
mikroPascal
for AVR includes an excellent source-level debugger to help you troubleshoot
and repair your application faster. After you have successfully compiled
your project, you can run Debugger by choosing Debugger Menu item, or Debug
[F9]. Now advanced debugging options are available to you: Step Into [F7],
Step Over [F8], and Run To Cursor [F4].
Breakpoints
You
can manage breakpoints from the Breakpoints dialog. Double clicking an
item jumps to the appropriate breakpoint line in the code.
Watch
Window
Watch
Window allows you to monitor program items during runtime simulation. It
displays variables and controller's IOR (Input Output Registers), their
addresses and values. Values are updated as you go through the simulation.
Code
Explorer
Code
Explorer allows you to easily monitor variables, functions, procedures
and other program items. Clicking on the element positions the main window
to its definition line - very useful for finding procedures and other elements
in long units.
Also,
you can switch view to complete list of Keyboard Shortcuts or to Quick
Help on built-in procedures and functions.
 |
 |
 |
| Code Explorer
lets you easily monitor all program items. Just double click an item and
the cursor will position to it. |
Quick Help
lists all the available built-in routines. Double-click a function or a
procedure to see the appropriate Help page. |
Keyboard Shortcuts
tab is a convenient list of all IDE and Editor shortcuts - something every
programmer needs. |
Other
Features:
More
detailed information
Software
Download:
Download
latest
version
Support:
If
you need additional support on the above product, and you can't find the
information you need in the documentation, then please contact support
at the address below:
This
product is from: Mikroelektronika
http://www.mikroe.com/en/
office
AT mikroe.com
Back
To Top