CoSMOS
Documentation
×
Menu

loadPDBFile

Description:

 
Loads a PDB file and add symbols to symbolhandler.
 

Command Parameters:

 
Parameter
Type
Description
File
string
Path to the PDB file
Module Name
string
Optional: Module name prefix. Leave empty and the PDB filename will be chosen
Module Base
address string
Optional: Module base address the symbols gets associated to
 

Examples:

 
loadPDBFile("C:\\symbols.pdb", "", "")
loadPDBFile("C:\\symbols.pdb", "customFilename", "")
loadPDBFile("C:\\symbols.pdb", "customFilename", "$process")