mirror of
				https://github.com/odoocker/odoocker
				synced 2025-11-04 07:19:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			519 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			519 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.2.0",
 | 
						|
    "configurations": [
 | 
						|
        {
 | 
						|
            "name": "Odoocker Debugger",
 | 
						|
            "type": "python",
 | 
						|
            "request": "attach",
 | 
						|
            "host": "localhost",
 | 
						|
            "port": 8069,
 | 
						|
            "debugServer": 8070,
 | 
						|
            "justMyCode": false,
 | 
						|
            "pathMappings": [
 | 
						|
                {
 | 
						|
                    "localRoot": "${workspaceFolder}/odoo",
 | 
						|
                    "remoteRoot": "/usr/lib/python3/dist-packages/odoo"
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |