-
Notifications
You must be signed in to change notification settings - Fork 2
Source Panel
Petr Hudeček edited this page Jun 30, 2016
·
2 revisions
The source view panel allows you to view the Java source code corresponding to the current instruction.
JPF may have access to the source files of the system under test (using the sourcepath). If it does, then the Inspector, too, will have access to these sources.
Every time execution is suspended (for example, because a breakpoint hits), the source view panel will update to show the source code of the instruction that will next be executed. If it's unavailable, then the panel won't update.
The panel is only capable of showing the line of the instruction, not the specific Java statement. Some additional information about the instruction is displayed near the bottom of the panel, however.
The source view panel is read only.
-
User Documentation
-
User Guide
- Legacy User Guide
- Tutorial: Debugging an example application
- [How-to: Add the Inspector to your application](User Guide#launching-jpf-inspector)
- How-to: Use the Inspector with Symbolic Pathfinder
- Advanced topics
- GUI
- Extensibility
-
User Guide
-
Maintainer Documentation
- History
- 2016 Changelog
- [JPF Startup sequence](JPF Startup)
- [JPF Inspector Startup sequence](JPF Inspector Startup)
- [JPF Inspector Architecture](JPF Inspector Architecture)
- Migration from JPF6 to JPF8
- Naming and Code Style
- Threads in JPF Inspector
- Hierarchies
- Javadoc Class Documentation