CodeRunner error on windows

Hi,

I am having this issue on windows where code runner doesn’t update / start.

paymentMailingAddress was a field in an object I delete but it seems like CodeRunner is not picking up my changes correctly?

I have done a rebuild of my project but to no avail.

Starting CodeRunner
ERROR: JDWP option syntax error: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,paymentMailingAddress=5005

Is the “paymentMailingAddress” an option that you added manually?
Howbeit, try to change the command line parameter to the standard one (for debug purpose):
“-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005”

I ddnt change the command line argument manually.

Not sure how the payment mailing address made it in there.

But, when you change the parameters, did it work?

Yes it does - thanks