RemoteDebugger made by fr34k doesn't work for me.
Posted: Wed Mar 24, 2010 12:25 pm
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
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:
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")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