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
We already have --debug-agent for our own use in debugging the agents themselves. But users need to debug their code. We should implement this by launching the debugger just at the point where the user tests are about to be executed. This could be in DirectTestRunner or in each driver.
We'll make this available both as a command-line option and a context menu item.
The text was updated successfully, but these errors were encountered:
We already have --debug-agent for our own use in debugging the agents themselves. But users need to debug their code. We should implement this by launching the debugger just at the point where the user tests are about to be executed. This could be in DirectTestRunner or in each driver.
We'll make this available both as a command-line option and a context menu item.
The text was updated successfully, but these errors were encountered: