.971 Java
method CommonListFragment.GoToHome(v: View); begin { } Activity.startActivity(new Intent(Activity, TypeOf(MainActivity))); end;
I had commented out some code, but I cannot set a breakpoint at the line starting with { }
.971 Java
method CommonListFragment.GoToHome(v: View); begin { } Activity.startActivity(new Intent(Activity, TypeOf(MainActivity))); end;
I had commented out some code, but I cannot set a breakpoint at the line starting with { }
Logged as bugs://53392: Connect oxygene: Cannot set breakpoint at line starting with {.
The reason for this issue is that when you set a breakpoint, VS passes the cursor position (or if through a click, it passes column 1), the IDE sees {} and thinks there’s nothing there.
Expected something like that, it is of course only a minor thing…
Hello,
the problem is that sometimes the {…} is not on the same line as the breakpoint!
In one case, it is in the interface section!!!
Carlo, you can see such an example in the test case I sent to you.
Patrick
This is fixed in today’s gamma build, available now. (see beta forum)