Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Koneki/LDT/Path"

< Koneki‎ | LDT
(New page: =Path= In order to use propoperly remote debugging, you '''must care about paths'''. In our case, they are several kind of them to consider: * Project path * Runtime path ==Project path== ...)
 
 
Line 5: Line 5:
 
==Project path==
 
==Project path==
 
Project path is the one set using the '' Build Path > Configure Build Path ...'' UI. From there you can specify dependency to other project from current workspace. As a result, will enjoy completion and navigation between your project and the ones configured in Build Path.
 
Project path is the one set using the '' Build Path > Configure Build Path ...'' UI. From there you can specify dependency to other project from current workspace. As a result, will enjoy completion and navigation between your project and the ones configured in Build Path.
 +
[[Image:BuildPath.png|center]]
 
==Runtime path==
 
==Runtime path==
 
Once your program is ready, you might try '''Remote debugging'''. Before hande, you '''must''' ensure that all project which you depend on are in ''lua path''. This path configuration is not explained here as it fully dependant of your development environment.
 
Once your program is ready, you might try '''Remote debugging'''. Before hande, you '''must''' ensure that all project which you depend on are in ''lua path''. This path configuration is not explained here as it fully dependant of your development environment.

Latest revision as of 13:14, 3 November 2011

Path

In order to use propoperly remote debugging, you must care about paths. In our case, they are several kind of them to consider:

  • Project path
  • Runtime path

Project path

Project path is the one set using the Build Path > Configure Build Path ... UI. From there you can specify dependency to other project from current workspace. As a result, will enjoy completion and navigation between your project and the ones configured in Build Path.

BuildPath.png

Runtime path

Once your program is ready, you might try Remote debugging. Before hande, you must ensure that all project which you depend on are in lua path. This path configuration is not explained here as it fully dependant of your development environment.

Back to the top