Update debug.lua
This commit is contained in:
		
							parent
							
								
									17c0042511
								
							
						
					
					
						commit
						1a27472331
					
				| 
						 | 
					@ -87,7 +87,7 @@ return {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -- Install python specific config
 | 
					    -- Install python specific config
 | 
				
			||||||
    require('dap-python').setup() -- Debug with default settings.
 | 
					    require('dap-python').setup() -- Debug with default settings.
 | 
				
			||||||
    -- We can set the config by below mechanism as well
 | 
					    -- We can set additional custom config by below mechanism as well
 | 
				
			||||||
    table.insert(require('dap').configurations.python, {
 | 
					    table.insert(require('dap').configurations.python, {
 | 
				
			||||||
      type = 'python',
 | 
					      type = 'python',
 | 
				
			||||||
      request = 'launch',
 | 
					      request = 'launch',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue