|
|
| Hi, is it possible to make eclipse remote debugger start listening before remote application has been started? |
| I think remote app is a server so the answer is no |
| Nice, i thought so too. so... i can't reach breakpoints, which are skipped while remote debug is starting... |
| Just copypasted required params.. |
| Ikopar, can't you suspend the execution ? |
| montanarry, how? |
| How do you start the app ? |
| Start it from eclipse, using "external tools\app_with_params" |
| And params are ? |
| -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4444 |
| Try with suspend=y |
| montanarry, great! it works, thanks :) |
| Welcome |