Guest User

launch.json

a guest
Feb 18th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Microsoft cloud sandbox",
  6. "type": "al",
  7. "request": "launch",
  8. "startupObjectId": 50010,
  9. "schemaUpdateMode": "Recreate",
  10. "breakOnError": true,
  11. "breakOnRecordWrite": false,
  12. "launchBrowser": true,
  13. "enableSqlInformationDebugger": true,
  14. "enableLongRunningSqlStatements": true,
  15. "longRunningSqlStatementsThreshold": 500,
  16. "numberOfSqlStatements": 10
  17. }
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment