Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread Jesus Guardon
El 16/3/17 a las 0:03, PICCORO McKAY Lenz escribió: > 2017-03-15 18:22 GMT-04:00 Jesus Guardon : > >> That tool already exists. It is inside your own browser!! I you use >> Firefox or a webkit based browser as Chromium, you have lots of tools >> inside the "Developer

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread PICCORO McKAY Lenz
2017-03-15 18:22 GMT-04:00 Jesus Guardon : > That tool already exists. It is inside your own browser!! I you use > Firefox or a webkit based browser as Chromium, you have lots of tools > inside the "Developer tools" menu that helps to debug your web project > whatever

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread Jesus Guardon
Hi, dudes El 15/3/17 a las 20:47, PICCORO McKAY Lenz escribió: > the profiler addon in screeshot show a tool that gets all the vars passed > to respond, the vars passed to request, the complete POST data, the > complete GET data , if any the complete URI on a web aplication.. That tool already

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread PICCORO McKAY Lenz
the profiler addon in screeshot show a tool that gets all the vars passed to respond, the vars passed to request, the complete POST data, the complete GET data , if any the complete URI on a web aplication.. on gambas, THIS ARE IMPORTANT: search and debug that things are very hard, downgrading

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread Benoît Minisini
Le 15/03/2017 à 20:13, PICCORO McKAY Lenz a écrit : > > BUT THIS WILL BE NECESARY: http://picpaste.com/codeigniter-forensics.png No idea what that tiny screenshot with russian inside is supposed to do. -- Benoît Minisini

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread PICCORO McKAY Lenz
2017-03-15 14:49 GMT-04:00 Benoît Minisini : > And what's the problem with that? > due debug with a old way its quite complicated today! need a lot of knoledge that many users not have (and today seems not need) The embedded HTTP server used when running the CGI

Re: [Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread Benoît Minisini
Le 15/03/2017 à 19:41, PICCORO McKAY Lenz a écrit : > all the mail list responces and documentation said that a web gambas app > must produce a exec cgi and then put in the server > > but ide when run does not call a producible exec .. runs and embebed http > that seems are the program itself...

[Gambas-user] gambas web, when run ide get confusing respect documentation

2017-03-15 Thread PICCORO McKAY Lenz
all the mail list responces and documentation said that a web gambas app must produce a exec cgi and then put in the server but ide when run does not call a producible exec .. runs and embebed http that seems are the program itself... due i only see "localhost:8080" without a root cgi scrip name