Task #856
RCP: X.X, TXM debug mode
Status: | New | Start date: | 06/12/2014 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Debug | Spent time: | - | ||
Target version: | - |
Description
Create the "-log" option that enables all technical logs of a starting TXM instance :
- show stacktraces
- set log level to INFO
The "-log" option can be used with the "-noredirection" to print messages in stdout and the "-debug" RCP option for more technical logs.
Example:
/Applications/TXM/TXM/TXM.app/Contents/MacOS/TXM -run --launcher.ini "$HOME/.txm/TXM.ini" -data "$HOME/.txm" -user "$HOME/.txm/user" -configuration "$HOME/.txm/configuration" -debug -eclipse.consoleLog -eclipse.log.level=ALL -noredirection -log
Related issues
History
#1 Updated by Matthieu Decorde over 9 years ago
- Description updated (diff)
#2 Updated by Matthieu Decorde over 9 years ago
- Description updated (diff)
#3 Updated by Matthieu Decorde about 9 years ago
- Tracker changed from Task to Feature
- Subject changed from debug mode to RCP: X.X, TXM debug mode
- Description updated (diff)
- Target version set to TXM 0.7.6
#4 Updated by Matthieu Decorde about 9 years ago
- Description updated (diff)
#5 Updated by Matthieu Decorde about 9 years ago
- % Done changed from 0 to 80
#6 Updated by Matthieu Decorde about 9 years ago
- Tracker changed from Feature to Task
- Target version deleted (
TXM 0.7.6)
resolution:
- set the property "org.txm.rcp.wasfirstrun" if TXM do a post installation
- create new Reference (in plugin.xml) that tests if the property "org.txm.rcp.wasfirstrun" is set to "false"
- add a "visibleWhen" test reference to the update entry menus (plugin.xml)
#7 Updated by Serge Heiden about 9 years ago
Suggestion: 'wasfirstrun' -> 'hasrunonce'