RubberSeoul 0 Posted May 29, 2023 I am trying to debug a stand alone Linux console web server application, without success. I have PAServer successfully installed on Ubuntu running on Windows via WSL. I am using the default application launcher (xterm) and can deploy and execute the application without issue. When I enter the command "start" via the xterm window, the windows closes and the application terminates. However, when I deploy and execute the application without the debugging, the xterm window remains open and the server starts successfully. See screendump attached. Any help very much appreciated. Share this post Link to post
Darian Miller 361 Posted May 29, 2023 There was a note somewhere about using a custom launcher. Try clicking the "Use launcher application" option and use this command line to see if you see any change in behavior. /usr/bin/gnome-terminal -- "%debuggee%" Share this post Link to post
RubberSeoul 0 Posted May 29, 2023 Thanks for the suggestion Darian. I'll give it a shot, but my gut feel is that it's not related to the choice of application launcher. I used it without the application launcher and inserted a command to start the server programmatically, and it just exits. Share this post Link to post
Roger Cigol 103 Posted May 30, 2023 Which version are you using? there's a known issue with Linux remote (ie PA Server) debugging with some versions around 10.x (I can't recall exactly when this was fixed but it's ok with 11.2 / 11.3 Share this post Link to post
RubberSeoul 0 Posted May 31, 2023 We're on 11.0, so I'll try look into 11.x and see if it helps. Thanks Roger. Share this post Link to post
Darian Miller 361 Posted June 1, 2023 Did you get your Linux debugging issues figured out? Share this post Link to post
RubberSeoul 0 Posted June 7, 2023 No I haven't sorted it yet. I haven't got access to 11.2 or 11.3 as Roger suggests, until our company renews our license, which will hopefully be any day. Share this post Link to post
Roger Cigol 103 Posted June 7, 2023 I've gone back to an old Skype Text conversation I had about this issue. The PA Server for remote debugging did not work for 11.1 but did work for 11.2. 1 Share this post Link to post
RubberSeoul 0 Posted June 9, 2023 Thanks for confirming that Roger - it will save me some wasted time. Share this post Link to post
RubberSeoul 0 Posted September 15, 2023 Just thought I'd let you guys know that 11.3 did fix the debugging issue. Thanks for your help. Share this post Link to post