How to get a stack trace when an exception has been signaled

39 views
Skip to first unread message

mar...@feldtmann.online

unread,
Apr 1, 2025, 11:16:19 AMApr 1
to VAST Community Forum
That's the question I have: How can I get a stack trace when an exception has been signaled ????

[ 1 / 0 ] when: ExError do: [ :ex | create a stack trace here ]

Mariano Martinez Peck

unread,
Apr 1, 2025, 11:35:46 AMApr 1
to va-sma...@googlegroups.com
Hi Marten,

Would this help?

[ 1 / 0 ] when: ExError do: [ :ex | 

(String streamContents: [:stream | 

EsDetailedWalkbackDumper new

initializeToReport: Processor activeProcess dumpingOn: stream;

dumpWalkback: ex description

]) inspect. 

] 



Regards,




On Tue, Apr 1, 2025 at 12:16 PM mar...@feldtmann.online <mar...@feldtmann.online> wrote:
That's the question I have: How can I get a stack trace when an exception has been signaled ????

[ 1 / 0 ] when: ExError do: [ :ex | create a stack trace here ]

--
You received this message because you are subscribed to the Google Groups "VAST Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/va-smalltalk/060c566a-b21f-4b5b-bb8e-806e9bb65a7dn%40googlegroups.com.


--

Mariano Martinez Peck

VAST Lead Consultant

Senior Software Engineer

 mp...@instantiations.com
 @MartinezPeck
 /mariano-martinez-peck
 instantiations.com
TwitterLinkedInVAST Community ForumGitHubYouTubepub.dev
Message has been deleted

mar...@feldtmann.online

unread,
Apr 1, 2025, 3:03:30 PMApr 1
to VAST Community Forum

Cool ! Thank you !
Reply all
Reply to author
Forward
0 new messages