You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up for issue #52
The following description taken from related pull request: #60
Currently if you open RDPi window with WebIDE you can't inspect RDP communication for a Toolbox. Similar problem was there already before, it isn't possible to intercept packets for the second opened Toolbox.
I think we still need a drop-down list (a combo-box) with list of all available connections (including Toolbox and WebIDE connections) displayed at the top of the RDPi window allowing the user to pick a connection to observe...
I am thinking about the following use cases:
A RDPi opened when there is no connection
The user opens RDPi console. There is neither Toolbox nor WebIDE open, so the console is empty since there is no connection available (the list of connections is also empty). Opening the console does not open the Toolbox automatically.
The user opens the Toolbox. The list of connections has automatically one entry. Since it's the first connection it's auto-selected, so the console automatically displays RDP traffic for the Toolbox.
Q: we could auto-select connection in the list according to the currently selected toolbox (can be a follow up).
B RDPi opened when there is a connection
The user opens the Toolbox (or more than one)
The user opens RDPi console. If there is just one connection it's automatically selected and the console displays RDP traffic for it. If there are more connections, the first one in the list is selected automatically.
Further comments:
The list of connections is updated automatically as a Toolbox and/or WebIDE are opened or closed.
If active connection is closed another one from the list (the first one?) is automatically selected.
Connection label should clearly indicate what window is associated with it (e.g. using nice prefix "Toolbox/WebIDE" or window title just like now).
The user should be able to explicitly open two RDPi consoles to observer two connections at the same time (but this should be probably done as a follow up)
Honza
The text was updated successfully, but these errors were encountered:
This is a follow up for issue #52
The following description taken from related pull request: #60
Currently if you open RDPi window with WebIDE you can't inspect RDP communication for a Toolbox. Similar problem was there already before, it isn't possible to intercept packets for the second opened Toolbox.
I think we still need a drop-down list (a combo-box) with list of all available connections (including Toolbox and WebIDE connections) displayed at the top of the RDPi window allowing the user to pick a connection to observe...
I am thinking about the following use cases:
A RDPi opened when there is no connection
Q: we could auto-select connection in the list according to the currently selected toolbox (can be a follow up).
B RDPi opened when there is a connection
Further comments:
Honza
The text was updated successfully, but these errors were encountered: