This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS - breakpoint - trace - loadconfig() api



Hello all,

working with DSS scripts, I would like to use the "loadconfig()" operation of the breakpoint object to set some "start" and "end" trace breakpoints.

" void loadConfig(java.lang.String sFile) - Load a Debug Server breakpoint XML settings file "

Where can I find the documentation containing the definitions and formats for this "Debug Server breakpoint XML settings file"?

Thanks,

Br,

Olivier

  • Hi Oliver,

    The breakpoint.loadConfig API was meant to load a breakpoint config xml file generated from the breakpoint.saveConfig API. Set up your breakpoints via breakpoint.add and breakpoint.createProperties. Or you can manually set them up from the GUI. Then call the saveConfig API to export to a file that you can re-import via the loadConfig API.

    Hope this helps,

    ki