Article # 675, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
How to look at Swat stub variables.
Q. Is there any way to look at global variables defined in swat stub from within Swat debugger? A. Sort of. You can look at the swat.map file in Tools/swat/Stub/NetWare to find where the thing is, then look at SwatSeg:whatever_offset. A more fun way is to use the dossym command (I think that's the name) to create a "stub" patient using the swat.sym file and SwatSeg:0 as the base address. Then I think you should be able to print things out, list stuff, etc.