Hi
I have been trying to enable/disable a breakpoint in DSS after its been created. When a breakpoint is added, its handle is stored so I assumed it would
be along the lines of:
debugSession.breakpoint(handle).setBoolean("enabled",true or false)
But I can seem to get the correct syntax, can you help please.
Cheers
Jason