{"tool":"adb","tool_display":"Adb","intent":"list_forwardings","intent_display":"list_forwardings","title":"Adb Command: list_forwardings","command_string":"adb forward --list","raw_command_string":"adb forward --list","description":"Exact CLI syntax to list_forwardings using Adb.","usage_scenario":"Execute 'adb forward --list' during multi-device debugging sessions to verify explicit port-forwarding rules, ensuring correct routing of network requests from development tools to device instances, pivotal for applications with network dependencies.","scenario_context":"Check current port mappings for efficient debugging and testing on Android devices.","simulated_output":"List of forwardings:\n\n    Port          Device\n    -----------   -----------\n    8080          tcp:8080\n    8888          tcp:8888","how_to_steps":["Run the command: `adb forward --list`","Check that the expected ports are listed in the output."],"canonical_url":"https://www.syntaxstandard.com/adb/list_forwardings"}