Remote debugging remote server (not Mendix cloud)

0
Hi! When I enable remote debugging through the ssh console (command enable_debugging and get password) and connect my modeler to the remote server URL it can't connect (message: Unable to connect to a debugger at the specified location.). Request handlers for /debugging seems present.. Does anybody have some experiences with remote debugging (not in the mendix cloud)? thnx
asked
1 answers
1

Hi Pim,

This should be working like a charm, but you have to be sure you use the correct URL.

  • Check if your runtime uses http or https?
  • Have you included the portnumber when your runtime uses a different portnumber (80 or 443)?
  • Have you included behind the url /debugger/?

Sample: https://www.example.com:80/debugger/

Kind regard,

Wouter

answered