Document Data Editor debug launch options#1701
Conversation
| * The Restart button will stop the current execution and begin again from the beginning. | ||
| * The Stop button will immediately terminate and abort all processing. | ||
|
|
||
| When the Data Editor is open during a debug session, it tracks the parser location in the input data. As the debugger pauses on entry, steps through the schema, or stops at breakpoints, the Data Editor highlights the corresponding byte position so the schema, infoset, and input data can be compared together. |
There was a problem hiding this comment.
I would just add another sentence stating that for DFDL debug session the Data Editor removes the ability to select a file as it's fed the target file from the activation command.
There was a problem hiding this comment.
Added this sentence in the launch section. It now says the Data Editor uses the debug launch target file and does not prompt for a separate file selection during a DFDL debug session.
| } | ||
| ``` | ||
|
|
||
| Set `openDataEditor` to `true` to open the Data Editor when the debug session starts. The `dataEditor` settings configure the Ωedit server port and Data Editor logging. Leave `logging.file` empty to use the default OS app-data/XDG log location, or set it to a specific log file path. The launch config wizard also exposes these settings as **Open Data Editor**, **omega-edit Port**, **Log File**, and **Log Level**. |
There was a problem hiding this comment.
I would also add the defined enumerations for logging.level as they are written in the Omega Edit repo. Those are:
"trace",
"debug",
"info",
"warn",
"error",
"fatal"
There was a problem hiding this comment.
Added the accepted Ωedit server log-level values, and verified them against the current @omega-edit/server repository before updating the docs.
Summary:
Fixes #1695
Verification:
git diff --check
Static doc check for openDataEditor, dataEditor, Open Data Editor, omega-edit Port, parser location, and byte position in doc/Wiki.md
I have added the following documentation for these changes
This was implemented with Codex assistance, with the final diff reviewed before posting.