Getting Smalltalk stack from VS debugger?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting Smalltalk stack from VS debugger?

Boris Popov, DeepCove Labs (SNN)
We're trying to debug a VM crash here and I was curious if there's an easy
way to get the Smalltalk stack out of VS debugger? Any other approach I
should be taking to finding the root cause?

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Getting Smalltalk stack from VS debugger?

Boris Popov, DeepCove Labs (SNN)
Thanks, Alan, for pointing out how easy it is to do just that in VS,

- Switch to proper frame in the vwntoe stack
- Shift+F9
- dumpAllToFile(1,1)

This will probably only work in the debug engine.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Boris Popov [mailto:[hidden email]]
Sent: Monday, April 17, 2006 12:20 PM
To: [hidden email]
Subject: Getting Smalltalk stack from VS debugger?

We're trying to debug a VM crash here and I was curious if there's an easy
way to get the Smalltalk stack out of VS debugger? Any other approach I
should be taking to finding the root cause?

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

smime.p7s (4K) Download Attachment