Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/debug / projectThreadLocation

Function: projectThreadLocation()

projectThreadLocation(thread, mapper): MappedLocation | null

Defined in: packages/b2c-tooling-sdk/src/operations/debug/projections.ts:127

Project the top-of-stack location for a thread, mapping the script path. Returns null if the thread has no call stack.

Parameters

thread

SdapiScriptThread

mapper

SourceMapper

Returns

MappedLocation | null

Released under the Apache-2.0 License.