This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 238095 - remote debugging unable to print output
Summary: remote debugging unable to print output
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 14:07 UTC by necktwi
Modified: 2014-05-16 14:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description necktwi 2013-11-07 14:07:54 UTC
I am building a C++ project on beaglebone from ubuntu Desktop. I could browse through variable during debugging but no output prints on opened output window.
Comment 1 necktwi 2013-11-08 03:35:11 UTC
when i press terminal icon, it says "local terminal is not supported on system"
Comment 2 henk89 2014-02-13 09:38:22 UTC
have you tried changing Console Type in project properties?
Comment 3 ilia 2014-05-16 13:52:12 UTC
Project -> Properties -> Run -> Console Type:
Try to change this property.

Any changes in output?
Comment 4 soldatov 2014-05-16 14:09:46 UTC
On ARM default terminal (Internal Terminal) doesn't work. You needs to use "Standard Output" console type. It is old known limitation. If somebody will fix this bug I have real Linux+ARM and virtual Linux+MIPS machines.