Page 1 of 1

RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 12:25 pm
by DarkDragon
Hello,

Can anyone tell me how to get the remotedebugger work with PB 4.40? It always runs the executables on the local computer, not on the remote computer. I test it with

Code: Select all

Debug GetEnvironmentVariable("USERNAME")
where the username should differ when running with the remotedebugger.

Here you can download it (within the subpage "Tools"):
http://freak.purearea.net/

Thats my "Tools.prefs" configuration part for this tool:

Code: Select all

[Tool_1]
Command = C:\Programme\PureBasic\Tools\RemoteDebugger.exe
Arguments = --config
WorkingDir = C:\Programme\PureBasic\Tools\
MenuItemName = RemoteDebugger
Shortcut = 0
ConfigLine = 
Trigger = 0
Flags = 0
ReloadSource = 0
HideEditor = 0
HideFromMenu = 0
SourceSpecific = 0
Deactivate = 0
; 
; 
[Tool_2]
Command = C:\Programme\PureBasic\Tools\RemoteDebugger.exe
Arguments = --execute "%EXECUTABLE" "%FILE"
WorkingDir = C:\Programme\PureBasic\Tools\
MenuItemName = RemoteDebugger - Run
Shortcut = 0
ConfigLine = 
Trigger = 4
Flags = 1
ReloadSource = 0
HideEditor = 0
HideFromMenu = 1
SourceSpecific = 1
Deactivate = 0

Re: RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 3:20 pm
by freak
I never tested this tool with any of the recent PB versions. Its pretty out of date.

PB 4.50 will have network debugging built in, so there is no more need for this.

Re: RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 3:28 pm
by ts-soft
freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?

Re: RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 3:45 pm
by Arctic Fox
ts-soft wrote:
freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?
See here:
http://www.purebasic.fr/english/viewtop ... 60#p314960

Re: RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 3:52 pm
by ts-soft
Arctic Fox wrote:
ts-soft wrote:
freak wrote:PB 4.50 will have network debugging built in, so there is no more need for this.
Crossplattform?
See here:
http://www.purebasic.fr/english/viewtop ... 60#p314960
thx :D

Re: RemoteDebugger made by fr34k doesn't work for me.

Posted: Wed Mar 24, 2010 4:36 pm
by DarkDragon
freak wrote:I never tested this tool with any of the recent PB versions. Its pretty out of date.

PB 4.50 will have network debugging built in, so there is no more need for this.
Thanks for the information.
I just remembered your project this morning and I didn't even expect to read that "PB 4.10+" is supported as you have created it a really long time ago. :)