Guest User

Untitled

a guest
Jan 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Launch Apex Replay Debugger",
  6. "type": "apex-replay",
  7. "request": "launch",
  8. "logFile": "${command:AskForLogFileName}",
  9. "stopOnEntry": true,
  10. "trace": true
  11. }
  12. ]
  13. }
Add Comment
Please, Sign In to add comment