Skip to content

Document AppFramework Python interception settings - #768

Open
sylvesterkaczmarek wants to merge 1 commit into
isaac-sim:mainfrom
sylvesterkaczmarek:docs/appframework-python-interception
Open

Document AppFramework Python interception settings#768
sylvesterkaczmarek wants to merge 1 commit into
isaac-sim:mainfrom
sylvesterkaczmarek:docs/appframework-python-interception

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Description

Document the Kit settings that control Python sys.stdout/sys.stderr and sys.exit interception in the existing AppFramework standalone example.

Kit enables these interceptions by default, which can interfere with notebook output capture, debuggers, and host Python tooling. The example now documents the opt-out flags:

--/app/python/interceptSysStdOutput=false
--/app/python/interceptSysExit=false

They remain commented out, so existing behavior is unchanged.

Validation

  • one existing example file changed
  • no runtime behavior changes unless a user explicitly enables the documented flags
  • preserves the existing AppFramework launch sequence

Addresses the documentation request in #182 (internal ticket ISIM-4389).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant