Debug multiple application with multiple devices?

hi, am working on two ionic framework applications on the same pc , one is designed to work on a tablet ad the other work on mobile size, and i need to work and debug both of them at the same time, each application on a separate device, and i use google chrome device inspect for the debuging, how to get this done? how can i debug two applications at the same time ?

If you connect the devices to the PC bis USB ports, you will see both the devices listed in Chrome inspect. Then on, Happy debugging.

thanks @orthodoc , its working now