I have a program that will not run in debug mode. However if I release it, I do not get any errors. The released program works as it always did.
Now what?
B4A version: 5.50
Parsing code. (0.08s)
Compiling code. Error
Error compiling program.
Error description: Too many parameters.
Occurred on line: 2765
job1.PostString("
http://www.rollinghillscountryclub.org/GOLF/Daily-Course-Conditions.aspx", "first key=first value&key2=value2")
Word: first key=first value&key2=value2
If I comment out the job1.PostString then I get the following error.
B4A version: 5.50
Parsing code. (0.06s)
Compiling code. (0.19s)
Compiling layouts code. (0.01s)
Generating R file. (0.09s)
Compiling debugger engine code. Error
B4A line: 2779
WebText = Job.GetString
javac 1.7.0_07
shell\src\golf\match\main_subs_0.java:4489: error: package anywheresoftware.b4a.samples.httputils2 does not exist
_webtext = _job.runClassMethod (anywheresoftware.b4a.samples.httputils2.httpjob.class, "_getstring");Debug.locals.put("WebText", _webtext);
^
1 error